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

TcxTreeListStyles.BandContent Property

Specifies the style for the bands’ content.

#Declaration

Delphi
property BandContent: TcxStyle index tlsv_BandContent read; write;

#Property Value

Type
TcxStyle

#Remarks

Use this property to define the style settings common to the content of all bands within the control. You can override these style settings at the band level via the Content property of the desired band. In addition, you can override these settings on the fly by handling the OnGetBandContentStyle event.

See Also