Back to Devexpress

GroupItemLinkMode Enum

aspnet-devexpress-dot-web-1e7f9b7b.md

latest1.8 KB
Original Source

GroupItemLinkMode Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GroupItemLinkMode
vb
Public Enum GroupItemLinkMode

Members

NameDescription
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.

|

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.

See Also

DevExpress.Web Namespace