Skip to main content
A newer version of this page is available. .
Tab

ASPxFloatingActionButton.VerticalPosition Property

Specifies the floating action button’s vertical position relative to the container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.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