ASPxFloatingActionButton.VerticalPosition Property
In This Article
Specifies the floating action button’s vertical position relative to the container.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(FloatingActionButtonVerticalPosition.Bottom)]
public FloatingActionButtonVerticalPosition VerticalPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Floating |
Bottom | 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 ASPxFloatingActionButton.HorizontalPosition property to specify the floating action button’s horizontal position.
#Concept
#Online Demo
Floating Action Button - Features
See Also