Skip to main content

IBootstrapAccordionGroup.ExpandButtonPosition Property

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

ExpandButtonPosition ExpandButtonPosition { get; set; }

Property Value

Type
ExpandButtonPosition

Available values:

Name Description
Default

For a group, indicates that the expand button position depends upon the Accordion level’s expand button position setting. For an Accordion, corresponds to the ExpandButtonPosition.Right value.

Left

The expand button is displayed at the left of a group’s header.

Right

The expand button is displayed at the right of a group’s header.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also