Property FirstItem
FirstItem
Gets first item in the control or null
if there are no items.
[Browsable(false)]
public virtual TItem? FirstItem { get; set; }
Property Value
- TItem
Gets first item in the control or null
if there are no items.
[Browsable(false)]
public virtual TItem? FirstItem { get; set; }