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

GroupItemLinkMode Enum

Lists the values that specify how to represent items as links within groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum GroupItemLinkMode

Members

Name Description
Default

Specifies that the group’s settings are taken from the navbar level’s ASPxNavBar.ItemLinkMode property.

TextOnly

Specifies that an item is represented only by its text, and the item’s clickable content is bounded by the text length.

TextAndImage

Specifies that an item is represented by both the text and image (if any), and the item’s clickable content is bounded by the total size of the text and image.

ContentBounds

Specifies that an item is represented by both the text and image (if any), and the item’s clickable content extends to the width of the group’s boundaries.

Related API Members

The following properties accept/return GroupItemLinkMode values:

Library Related API Members
ASP.NET Controls and MVC Extensions NavBarGroup.ItemLinkMode
ASP.NET Bootstrap Controls BootstrapAccordionGroup.ItemLinkMode

Remarks

The GroupItemLinkMode enumerator contains values specifying how items are represented as links within the navbar control. The values of this enumerator are used to set the ASPxNavBar.ItemLinkMode and NavBarGroup.ItemLinkMode properties.

See Also