Skip to main content

MVCxNavBarGroup Members

Represents an individual group within the NavBar.

Constructors

Name Description
MVCxNavBarGroup() Initializes a new instance of the MVCxNavBarGroup class with default settings.
MVCxNavBarGroup(String, String, String, String, String) Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
MVCxNavBarGroup(String, String, String, String) Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
MVCxNavBarGroup(String, String, String) Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
MVCxNavBarGroup(String, String) Initializes a new instance of the MVCxNavBarGroup class with the specified settings.
MVCxNavBarGroup(String) Initializes a new instance of the MVCxNavBarGroup class with the specified settings.

Properties

Name Description
AllowDragging Reserved for future use. Inherited from NavBarGroup.
AllowExpanding Specifies whether the group’s expansion state can be changed. 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.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified CollectionItem object to the current object. Inherited from NavBarGroup.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindControl(String) Searches the current naming container for a server control with the specified id parameter. Inherited from NavBarGroup.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HasVisibleItems() Returns a value that indicates whether the group has visible items. Inherited from NavBarGroup.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetContentTemplateContent(Action<NavBarGroupTemplateContainer>) Allows you to specify a template for the client region’s content of the current group.
SetContentTemplateContent(String) Allows you to specify a template for the client region content of the current group.
SetHeaderTemplateCollapsedContent(Action<NavBarGroupTemplateContainer>) Allows you to specify a template for the content of the group’s header when the group is in a collapsed state.
SetHeaderTemplateCollapsedContent(String) Allows you to specify a template for the content of the group’s header when the group is in a collapsed state.
SetHeaderTemplateContent(Action<NavBarGroupTemplateContainer>) Allows you to specify a template for the group’s header.
SetHeaderTemplateContent(String) Allows you to specify a template for the group’s header.
SetItemTemplateContent(Action<NavBarItemTemplateContainer>) Allows you to provide a template for rendering the content of all items within the current MVCxNavBarGroup.
SetItemTemplateContent(String) Allows you to provide a template for rendering the content of all items within the current MVCxNavBarGroup.
SetItemTextTemplateContent(Action<NavBarItemTemplateContainer>) Allows you to provide a template for rendering the text the content of all items within the current MVCxNavBarGroup.
SetItemTextTemplateContent(String) Allows you to provide a template for rendering the text the content of all items within current MVCxNavBarGroup.
ToString() Returns the textual representation of the NavBarGroup object. Inherited from NavBarGroup.
See Also