Skip to main content

TcxTreeListStyles Members

Stores Tree List control style settings.

Constructors

Name Description
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
Background Represents an editing control’s background style. Inherited from TcxCustomControlStyles.
BandBackground Specifies the style for the bands’ background.
BandContent Specifies the style for the bands’ content.
BandHeader Specifies the style for band headers.
CanOffsetContent
ColumnFooter Specifies the style for column footer cells.
ColumnHeader Specifies the style settings of column headers.
Content Represents an editing control’s content style. Inherited from TcxCustomControlStyles.
ContentEven Specifies the style settings for even nodes within the TreeList control.
ContentOdd Specifies the style settings for odd nodes within the TreeList control.
Control Provides access to an editing control. Inherited from TcxCustomControlStyles.
Count Inherited from TcxCustomStyles.
FilterBox Specifies the style for the filter panel. Inherited from TcxCustomControlStyles.
FindPanel Specifies the style for the Find Panel. Inherited from TcxCustomControlStyles.
Footer Specifies the style settings for the footer panel.
HotTrack Specifies the style settings for the hot-tracked node.
Inactive Specifies the selection style applied when an editing control is not focused. Inherited from TcxCustomControlStyles.
IncSearch Specifies the style settings for the cell located by the incremental search.
Indicator Specifies the style settings of the indicator column.
LookAndFeel Provides access to the look and feel options currently applied to the TreeList control.
LookAndFeelPainter Inherited from TcxCustomControlStyles.
Navigator Specifies the style for the offset between an editing control’s navigator and horizontal scrollbar. Inherited from TcxCustomControlStyles.
NavigatorInfoPanel Specifies the style for the information panel displayed in an editing control’s navigator. Inherited from TcxCustomControlStyles.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Preview Specifies the style settings of the preview section.
SearchResultHighlight Specifies the style for the search strings highlighted by the Find Panel in a control’s records. Inherited from TcxCustomControlStyles.
Selection Specifies the selection style within an editing control. Inherited from TcxCustomControlStyles.
StyleSheet Specifies the style sheet for the current style collection.
TreeList Provides access to the TreeList control to which current set of styles is applied.
UseOddEvenStyles Specifies if the TreeList control uses alternate styles to paint odd and even nodes.
Values Inherited from TcxStyles.

Events

Name Description
OnGetBandBackgroundStyle Occurs whenever the band’s background needs repainting.
OnGetBandContentStyle Occurs for each node within a band whenever the band’s contents need repainting.
OnGetBandFooterStyle Enables you to customize the style settings of band footers.
OnGetBandHeaderStyle Occurs whenever a band header needs repainting.
OnGetColumnFooterStyle Occurs whenever a column’s footer cell needs repainting.
OnGetColumnHeaderStyle Occurs whenever a column header needs repainting.
OnGetContentStyle Allows you to apply different styles to data cells.
OnGetHotTrackStyle Allows you to apply different styles to individual hot-tracked nodes.
OnGetNodeIndentStyle Occurs whenever the node’s indent needs repainting.
OnGetPreviewStyle Occurs whenever the node preview section needs repainting.
See Also