TcxTreeListOptionsCustomizing Class
Represents a set of options, which determine how end-users can customize a TreeList control’s layout.
Declaration
TcxTreeListOptionsCustomizing = class(
TcxOwnedPersistent
)
Remarks
Options in the set allow you to control the following layout aspects:
Band customization, moving, and resizing (BandCustomizing, BandMoving, BandHorzSizing, and BandVertSizing).
Column customization, moving, and resizing (ColumnCustomizing, ColumnMoving, ColumnHorzSizing, and ColumnVertSizing).
Node height (RowSizing and NodeSizing).
Instant visualization of band, column or node sizing (DynamicSizing).
A TreeList control’s OptionsCustomizing property references a TcxTreeListOptionsCustomizing object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxTreeListOptionsCustomizing
See Also