FloatingActionButtonVerticalPosition Enum
In This Article
Lists values specifying the floating action button’s vertical position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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. |
Top
|
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. |
ASPx |
ASP. |
Floating |
#Remarks
Values listed by this enumeration are used to set the ASPxFloatingActionButton.VerticalPosition property.
See Also