ASPxClientTreeListColumn.name Property
Gets the name that uniquely identifies the column.
Declaration
name: string
Property Value
| Type | Description |
|---|---|
| string | A string value assigned to the column’s WebColumnBase.Name property. |
Remarks
Use the name property to obtain the value of a column’s WebColumnBase.Name property that uniquely identifies the column.
See Also