TcxGridBandRow.IsFirst Property
Specifies whether the row is displayed at the top of a band.
Declaration
property IsFirst: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The IsFirst property returns True if the row is positioned at the top of a band, i.e. its VisibleIndex is 0. Otherwise, False is returned.
See Also