Back to Devexpress

TreeListOptionsColumn Properties

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionscolumn-dot-underscore-properties.md

latest2.8 KB
Original Source

TreeListOptionsColumn Properties

Provides a treelist column’s general options.

NameDescription
AllowEditSpecifies if users can edit column values in tree list cells (inplace edit mode).
AllowFocusGets or sets whether end-users can move focus to the column using either the mouse or keyboard.
AllowMoveGets or sets whether end-users can drag the column’s header.
AllowMoveToCustomizationFormGets or sets whether end-users can drag the column’s header to the Customization Form.
AllowSizeGets or sets whether end-users can drag the column header’s right edge to change the column’s width.
AllowSortGets or sets whether end-users can sort data by the column’s values.
FixedWidthGets or sets whether the column’s width remains the same when the column’s auto width feature is enabled.
PrintableGets or sets whether a column is included in the print/export output.
ReadOnlyGets or sets whether end-users are prevented from editing the column’s cell values.
ShowInCustomizationFormGets or sets whether the column’s header is displayed within the Customization Form when the column is hidden.
ShowInExpressionEditorGets or sets whether the current column is available in the field list in the Expression Editor.

See Also

TreeListOptionsColumn Class

TreeListOptionsColumn Members

DevExpress.XtraTreeList.Columns Namespace