ASPxClientTreeList.GetColumnCount Method
Returns the number of columns within the client ASPxTreeList.
Declaration
GetColumnCount(): number
Returns
Type | Description |
---|---|
number | The number of columns within the client ASPxTreeList. |
Remarks
To obtain the number of visible columns, use the ASPxClientTreeList.GetVisibleColumnCount method.
See Also