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