TreeListCommandColumnHeaderTemplateContext Properties
Stores information about the command column header and is passed as thecontext
parameter to the DxTreeListCommandColumn.HeaderTemplate.
Name | Description |
---|---|
Caption | Returns the caption displayed in the command column’s header. |
CommandColumn | Returns the command column to which the header belongs. |
NewEnabled | Returns whether the Add operation is available for a remote data source. |
TreeList | Returns the TreeList object. |
See Also