TreeListDataColumn Constructors
Represents a data column displayed within the ASPxGridView.Name | Parameters | Description |
---|---|---|
TreeListDataColumn() | none | Initializes a new instance of the TreeListDataColumn class with default settings. |
TreeListDataColumn(String, String) | fieldName, caption | Initializes a new instance of the TreeListDataColumn class with the specified field name and caption. |
TreeListDataColumn(String) | fieldName | Initializes a new instance of the TreeListDataColumn class with the specified field name. |
See Also