PanelExpandButtonSettings.Position Property
Gets or sets the panel’s expand button position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(PanelExpandButtonPosition.Auto)]
public PanelExpandButtonPosition Position { get; set; }
Property Value
Type | Default | Description |
---|---|---|
PanelExpandButtonPosition | Auto | One of the PanelExpandButtonPosition enumeration values. |
Available values:
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Position |
---|---|
PanelCollapsingSettings |
|
See Also