Skip to main content

TreeListOptionsColumn Properties

Provides a treelist column’s general options.
Name Description
AllowEdit Specifies if users can edit column values in tree list cells (inplace edit mode).
AllowFocus Gets or sets whether end-users can move focus to the column using either the mouse or keyboard.
AllowMove Gets or sets whether end-users can drag the column’s header.
AllowMoveToCustomizationForm Gets or sets whether end-users can drag the column’s header to the Customization Form.
AllowSize Gets or sets whether end-users can drag the column header’s right edge to change the column’s width.
AllowSort Gets or sets whether end-users can sort data by the column’s values.
FixedWidth Gets or sets whether the column’s width remains the same when the column’s auto width feature is enabled.
Printable Gets or sets whether a column is included in the print/export output.
ReadOnly Gets or sets whether end-users are prevented from editing the column’s cell values.
ShowInCustomizationForm Gets or sets whether the column’s header is displayed within the Customization Form when the column is hidden.
ShowInExpressionEditor Gets or sets whether the current column is available in the field list in the Expression Editor.
See Also