TcxGridBand.IsFirst Property
Indicates whether the current band is the left-most bottom band within a View.
Declaration
property IsFirst: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
Use the IsFirst property to determine whether the current band is the left-most bottom band within a View. The band’s position within a View can be changed by clicking the band header followed by dragging it to the required position. The band is then moved together with all associated columns.
See Also