NavBarGroupState Properties
Contains information (the current state) on an individual navbar group.| Name | Description |
|---|---|
| Expanded | Gets a value that specifies the group expansion state. |
| Index | Gets a value that specifies the navbar item’s index within the collection Inherited from NavBarItemStateBase. |
| Items | Gets a list of objects that represent the states of all the navbar items within the NavBar’s group. |
| Name | Gets a value that specifies the name of the navbar item or group. Inherited from NavBarItemStateBase. |
| Text | Gets a value that specifies the text of a navbar item or group. Inherited from NavBarItemStateBase. |
See Also