GroupItemLinkMode Enum
Lists the values that specify how to represent items as links within groups.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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:
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.