Skip to main content
Tab

FloatingActionButtonVerticalPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum FloatingActionButtonVerticalPosition

Members

Name Description
Bottom

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

Top

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

TopEdge

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

Related API Members

The following properties accept/return FloatingActionButtonVerticalPosition values:

Library Related API Members
ASP.NET Web Forms Controls ASPxFloatingActionButton.VerticalPosition
ASP.NET MVC Extensions FloatingActionButtonSettings.VerticalPosition

Remarks

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

See Also