ITreeListDataColumn Properties
An interface that defines a TreeList data column‘s API members (properties and methods).
Name | Description |
---|---|
Allow |
Specifies whether users can change the column’s position.
Inherited from ITree |
Allow |
Specifies whether users can sort data by the current column. |
Caption |
Specifies the column’s caption.
Inherited from ITree |
Caption |
Specifies the alignment of the column’s Caption.
Inherited from ITree |
Cell |
Specifies a template used to display column cells. |
Cell |
Allows you to replace an automatically generated editor with custom content in the column’s edit cell. |
Data |
Specifies whether to render the editor associated with this column in the column edit cell, edit form, or pop-up edit form. |
Display |
Specifies the format of column and summary values calculated for this column. |
Edit |
Allows you to customize the editor associated with this column. |
Export |
Specifies whether the Tree |
Export |
Specifies the column’s export width in pixels. |
Field |
Specifies a data field that supplies column values. |
Filter |
Specifies when the column displays the filter menu button. |
Filter |
Specifies a template used to display the column’s filter menu. |
Filter |
Allows you to replace default content with custom content in the column’s filter row cell. |
Filter |
Specifies whether the column’s filter row cell displays the automatically generated editor. |
Filter |
Specifies the initial operator type used to create a filter condition based on the filter row value. |
Filter |
Specifies the initial value in the column’s filter row editor. |
Fixed |
Allows you to anchor the column to the Tree |
Footer |
Specifies a template used to display the column’s footer cell.
Inherited from ITree |
Header |
Specifies a template used to display the column header’s caption.
Inherited from ITree |
Min |
Specifies a column’s minimum width in pixels.
Inherited from ITree |
Name |
Specifies the column’s unique identifier.
Inherited from ITree |
Read |
Specifies whether a user can change the column editor value when the Tree |
Show |
Specifies whether a hidden column should be listed in the column chooser.
Inherited from ITree |
Sort |
Specifies the column’s index among sorted columns. If the property is set to -1 , treelist data is not sorted by this column.
|
Sort |
Specifies whether the Tree |
Sort |
Specifies the column’s sort order (ascending or descending). |
Text |
Specifies the alignment of text in column cells.
Inherited from ITree |
Visible |
Specifies whether the column is visible.
Inherited from ITree |
Visible |
Specifies a column’s position among other columns.
Inherited from ITree |
Width |
Specifies the column’s width.
Inherited from ITree |
See Also