FloatingActionButtonSettings.VerticalPosition Property
In This Article
Specifies the floating action button’s vertical position relative to the container.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public FloatingActionButtonVerticalPosition VerticalPosition { get; set; }
#Property Value
Type | Description |
---|---|
Floating |
One of Floating |
Available values:
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. |
#Remarks
Use the FloatingActionButtonSettings.HorizontalPosition property to specify the floating action button’s horizontal position.
Refer to the Floating Action Button topic for more information.
See Also