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

NavBarGroup Members

Represents an individual group within the ASPxNavBar control.

Constructors

Name Description
NavBarGroup() Initializes a new instance of the NavBarGroup class.
NavBarGroup(String, String, String, String, String) Initializes a new instance of the NavBarGroup class with the specified settings.
NavBarGroup(String, String, String, String) Initializes a new instance of the NavBarGroup class with the specified settings.
NavBarGroup(String, String, String) Initializes a new instance of the NavBarGroup class with the specified settings.
NavBarGroup(String, String) Initializes a new instance of the NavBarGroup class with the specified settings.
NavBarGroup(String) Initializes a new instance of the NavBarGroup class using the specified display text.

Properties

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

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified CollectionItem object to the current object.
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.
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.
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.
ToString() Returns the textual representation of the NavBarGroup object.
See Also