Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListBand.FixedKind Property

Specifies whether the band is involved in horizontal scrolling.

#Declaration

Delphi
property FixedKind: TcxTreeListBandFixedKind read; write; default tlbfNone;

#Property Value

Type Default
TcxTreeListBandFixedKind tlbfNone

#Remarks

Options include:

Value Meaning
tlbfNone The band is not fixed.
tlbfLeft The band is fixed to the TreeList control’s left side.
tlbfRight The band is fixed to the TreeList control’s right side.

For more detailed information about fixed bands, refer to the Bands article.

The default value of the FixedKind property is tlbfNone.

See Also