Skip to main content

ExpandButtonPosition Enum

Lists the values that specify the position of expand buttons within groups.

Namespace: DevExpress.AspNetCore

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

Declaration

public enum ExpandButtonPosition

Members

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.

Related API Members

The following properties accept/return ExpandButtonPosition values:

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