ItemLinkMode Enum
Lists the values that specify how to represent items as links.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Text
|
Specifies that an item is represented only by its text, and the item’s clickable content is bounded by the text length. |
Text
|
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. |
Content
|
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 parent control’s boundaries. |
#Related API Members
The following properties accept/return ItemLinkMode values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASPx |
|
ASPx |
|
ASP. |
Menu |
Nav |
|
Tree |
#Remarks
The ItemLinkMode enumerator contains values specifying how items are represented as links within a web control. The values of this enumerator are used to set a web control’s ItemLinkMode property (for instance, the ASPxNavBar.ItemLinkMode property of a navbar or the NavBarGroup.ItemLinkMode property of a navbar group.