TcxGridBandRow.IsLast Property
Specifies whether the row is displayed last within a band.
Declaration
property IsLast: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
Use the IsLast property to ascertain whether the current row is the last visible row within a band. The visible position of a row is identified by the VisibleIndex attribute.
See Also