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

ItemLinkMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public enum ItemLinkMode

Members

Name Description
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 parent control’s boundaries.

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.

See Also