Back to Devexpress

FloatingActionButtonVerticalPosition Enum

aspnet-devexpress-dot-web-53e992d2.md

latest1.6 KB
Original Source

FloatingActionButtonVerticalPosition Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum FloatingActionButtonVerticalPosition
vb
Public Enum FloatingActionButtonVerticalPosition

Members

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

|

The following properties accept/return FloatingActionButtonVerticalPosition values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxFloatingActionButton.VerticalPosition
ASP.NET MVC ExtensionsFloatingActionButtonSettings.VerticalPosition

Remarks

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

See Also

DevExpress.Web Namespace