aspnet-devexpress-dot-web-fedc7ce4.md
Specifies the expand button position within the expand bar.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum PanelExpandButtonPosition
Public Enum PanelExpandButtonPosition
| Name | Description |
|---|---|
Auto |
The expand button position is determined automatically.
|
| Center |
The expand button is displayed at the center of the expand bar.
|
| Near |
The expand button is displayed near the top left corner of the page.
|
| Far |
The expand button is displayed in the top right or in the bottom left corner of the page.
|
The following properties accept/return PanelExpandButtonPosition values:
Values listed by this enumerator are used to set the PanelExpandButtonSettings.Position property value.
See Also