Method GetItems
GetItems()
Retrieves a collection of items to be displayed in a list control shown in the popup.
protected override BaseCollection<ListControlItem> GetItems()
Returns
- BaseCollection<ListControlItem>
A BaseCollection<T> containing ListControlItem objects, or null if no items are available.
Remarks
This method returns a collection of ListControlItem objects, or null if no items are available. Derived classes can override this method to provide a custom collection of items.