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