TcxTreeListBand.IsLeftMost Property
Indicates whether the band is the leftmost one displayed within the control.
Declaration
property IsLeftMost: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
When this property returns True, the band’s VisibleIndex returns 0.
To determine whether the band is the rightmost one within the control, use the IsRightMost property.
See Also