Skip to main content
A newer version of this page is available. .

MVCxNavBarGroup Properties

Represents an individual group within the NavBar.
Name Description
AllowDragging Reserved for future use. Inherited from NavBarGroup.
AllowExpanding Gets or sets a value that specifies whether the group’s expansion state can be changed via an end-user’s interaction. Inherited from NavBarGroup.
ClientVisible Gets or sets a value that specifies the group’s initial visibility state on the client. Inherited from NavBarGroup.
CollapseImage Gets an image a click on which collapses the group. Inherited from NavBarGroup.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
ContentStyle Gets the style settings for the group’s client region. Inherited from NavBarGroup.
ContentTemplate Gets or sets a template used for displaying the client region’s content of the current group. Inherited from NavBarGroup.
DataItem Gets the data item that is bound to the navbar group. Inherited from NavBarGroup.
DataPath Gets the path to the data that is bound to the navbar group. Inherited from NavBarGroup.
Enabled Gets or sets a value that indicates whether the group is enabled, allowing the group to response to end-user interactions. Inherited from NavBarGroup.
ExpandButtonPosition Gets or sets a value that specifies the position at which the expand button is displayed within the group’s header. Inherited from NavBarGroup.
Expanded Gets or sets a value specifying whether the group is expanded. Inherited from NavBarGroup.
ExpandImage Gets an image a click on which expands the group. Inherited from NavBarGroup.
HeaderImage Gets the settings of a group header image which is displayed within the group’s header. Inherited from NavBarGroup.
HeaderImageCollapsed Gets the settings of a group header image which is displayed within the group’s header when the group is collapsed. Inherited from NavBarGroup.
HeaderStyle Gets the style settings for the group’s header. Inherited from NavBarGroup.
HeaderStyleCollapsed Gets the header style of the group which is in collapsed state. Inherited from NavBarGroup.
HeaderTemplate Gets or sets a template used for displaying the content of the group’s header. Inherited from NavBarGroup.
HeaderTemplateCollapsed Gets or sets a template used for displaying the content of the group’s header when the group is in a collapsed state. Inherited from NavBarGroup.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
ItemBulletStyle Gets or sets the bullet style for the group’s items. Inherited from NavBarGroup.
ItemImage Gets the image settings displayed by all the items within the group. Inherited from NavBarGroup.
ItemImagePosition Gets or sets a value that specifies how item images are positioned within the group’s items. Inherited from NavBarGroup.
ItemLinkMode Gets or sets a value that specifies how items are represented as links within the group. Inherited from NavBarGroup.
Items Gets the collection of items within the group and provides indexed access to them.
ItemStyle Gets the style settings for the group’s items. Inherited from NavBarGroup.
ItemTemplate Gets or sets a template used for displaying the content of the group’s items. Inherited from NavBarGroup.
ItemTextTemplate Gets or sets a template used for displaying the text content of the group’s items. Inherited from NavBarGroup.
Name Gets or sets the unique identifier name for the group. Inherited from NavBarGroup.
NavBar Gets the navbar object to which the current group belongs. Inherited from NavBarGroup.
NavigateUrl Gets or sets an URL which defines the navigation location. Inherited from NavBarGroup.
ShowExpandButton Gets or sets a value that specifies whether the expand button is displayed within the group’s header. Inherited from NavBarGroup.
Target Gets or sets the window or frame at which to target the contents of the URL associated with the group’s caption. Inherited from NavBarGroup.
Text Gets or sets the group’s caption (the text content of the group’s header). Inherited from NavBarGroup.
ToolTip Gets or sets the tooltip text for the group’s header. Inherited from NavBarGroup.
Visible Gets or sets a value specifying the visibility of the group. Inherited from NavBarGroup.
VisibleIndex Gets or sets a value specifying the position of the group amongst the visible groups in the navbar control. Inherited from NavBarGroup.
See Also