Skip to main content

FloatingActionButtonSettings.VerticalPosition Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FloatingActionButtonVerticalPosition VerticalPosition { get; set; }

Property Value

Type Description
FloatingActionButtonVerticalPosition

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 FloatingActionButtonSettings.HorizontalPosition property to specify the floating action button’s horizontal position.

Refer to the Floating Action Button topic for more information.

See Also