PanelExpandButtonSettings.Position Property
In This Article
Gets or sets the panel’s expand button position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(PanelExpandButtonPosition.Auto)]
public PanelExpandButtonPosition Position { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Panel |
Auto | One of the Panel |
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 |
---|---|
Panel |
|
See Also