IsCategoryCollapsed Method
IsCategoryCollapsed(String)
Indicates whether specified category is in the collapsed state.
Declaration
public bool IsCategoryCollapsed(string categoryName)
Parameters
Type | Name | Description |
---|---|---|
System.String | categoryName | Name of tab to check. |
Returns
Type | Description |
---|---|
System.Boolean | True if tab is collapsed; otherwise false. |