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

BootstrapAccordionGroup.ItemLinkMode Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public GroupItemLinkMode ItemLinkMode { get; set; }

Property Value

Type
GroupItemLinkMode

Available values:

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.

See Also