Skip to main content

TcxTreeListBand.IsRightMost Property

Indicates whether the band is the rightmost one displayed within the control.

Declaration

property IsRightMost: Boolean read;

Property Value

Type
Boolean

Remarks

When this property returns True, the band is located at the right of the control.

To determine whether the band is the leftmost one within the control, use the IsLeftMost property.

See Also