Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableItem.IsLast Property

Specifies whether the item is the last within the collection of visible items.

#Declaration

Delphi
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