Skip to main content
A newer version of this page is available. .
Tab

FloatingActionButtonHorizontalPosition Enum

Lists values specifying the floating action button’s horizontal position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum FloatingActionButtonHorizontalPosition

Members

Name Description
LeftEdge

The floating action button is displayed at the left edge of the container.

Left

The floating action button is displayed at the left of the container.

Center

The floating action button is displayed in the center of the container.

Right

The floating action button is displayed at the right of the container.

Related API Members

The following properties accept/return FloatingActionButtonHorizontalPosition values:

Remarks

Values listed by this enumeration are used to set the ASPxFloatingActionButton.HorizontalPosition property.

See Also