Skip to main content
Tab

PanelExpandButtonPosition Enum

Specifies the expand button position within the expand bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum PanelExpandButtonPosition

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