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