TcxTreeListColumnOptions Class
Contains column options.
Declaration
TcxTreeListColumnOptions = class(
TcxCustomEditContainerItemOptions
)
Remarks
This class extends its ancestor class with members that allow you to:
Specify the visibility of an ellipsis in a column’s data cells with truncated content (CellEndEllipsis).
Specify the visibility of footer and group footer cells for a column (Footer and GroupFooter).
Switch between available filter dropdown types (FilterPopupMode).
Customize filter dropdown settings (ExcelFilterPopup and FilterPopup).
Specify the visibility of a column within the customization form (Hidden).
Specify whether end-users can resize a column (Sizing and VertSizing).
Specify the sizing mode for a column’s multi-line in-place editor (EditAutoHeight).
Restore column options to their default values (RestoreDefaults).
Direct TcxTreeListColumnOptions Class Reference
The TcxTreeListColumn.Options property references a TcxTreeListColumnOptions
object.