Method AttachItems
AttachItems(BaseCollection<TItem>?)
Called when items are attached to the control.
protected virtual void AttachItems(BaseCollection<TItem>? itm)
Parameters
itmBaseCollection<TItem>Attached items.
Called when items are attached to the control.
protected virtual void AttachItems(BaseCollection<TItem>? itm)
itm BaseCollection<TItem>Attached items.