aspnet-devexpress-dot-web-dot-aspxfloatingactionbutton-35f42cdc.md
Specifies the floating action button’s vertical position relative to the container.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(FloatingActionButtonVerticalPosition.Bottom)]
public FloatingActionButtonVerticalPosition VerticalPosition { get; set; }
<DefaultValue(FloatingActionButtonVerticalPosition.Bottom)>
Public Property VerticalPosition As FloatingActionButtonVerticalPosition
| Type | Default | Description |
|---|---|---|
| FloatingActionButtonVerticalPosition | Bottom |
One of FloatingActionButtonVerticalPosition enumeration values.
|
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.
| | TopEdge |
The floating action button is displayed at the top edge of the container.
|
Use the ASPxFloatingActionButton.HorizontalPosition property to specify the floating action button’s horizontal position.
Floating Action Button - Features
See Also
ASPxFloatingActionButton Class