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