Back to Devexpress

PanelExpandButtonPosition Enum

aspnet-devexpress-dot-web-fedc7ce4.md

latest1.4 KB
Original Source

PanelExpandButtonPosition Enum

Specifies the expand button position within the expand bar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PanelExpandButtonPosition
vb
Public Enum PanelExpandButtonPosition

Members

NameDescription
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:

Remarks

Values listed by this enumerator are used to set the PanelExpandButtonSettings.Position property value.

See Also

DevExpress.Web Namespace