TcxCustomGridTableItem.IsLast Property
Specifies whether the item is the last within the collection of visible items.
Declaration
property IsLast: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
Use the IsLast property to determine whether the item is the last within the visible item collection. Items are displayed according to their visible indexes within a View. See the VisibleIndex member to define the visible index of the item.
See Also