aspnet-devexpress-dot-web-53e992d2.md
Lists values specifying the floating action button’s vertical position.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum FloatingActionButtonVerticalPosition
Public Enum FloatingActionButtonVerticalPosition
| 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.
|
The following properties accept/return FloatingActionButtonVerticalPosition values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxFloatingActionButton.VerticalPosition |
| ASP.NET MVC Extensions | FloatingActionButtonSettings.VerticalPosition |
Values listed by this enumeration are used to set the ASPxFloatingActionButton.VerticalPosition property.
See Also