ASPxClientTreeList.GetVisibleColumnCount Method
In This Article
Returns the number of visible columns within the client ASPxTreeList.
#Declaration
TypeScript
GetVisibleColumnCount(): number
#Returns
Type | Description |
---|---|
number | The number of visible columns within the client ASPx |
#Remarks
A column is visible if its Visible property is set to true
. To obtain the number of columns contained within the ASPxTreeList, use the ASPxClientTreeList.GetColumnCount method.
See Also