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
#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 Expand |
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.