PanelExpandButtonPosition Enum
Specifies the expand button position within the expand bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return PanelExpandButtonPosition values:
Remarks
Values listed by this enumerator are used to set the PanelExpandButtonSettings.Position property value.
See Also