Back to Devexpress

FloatingActionButtonSettings.VerticalPosition Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-floatingactionbuttonsettings-a43a8d81.md

latest2.0 KB
Original Source

FloatingActionButtonSettings.VerticalPosition Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public FloatingActionButtonVerticalPosition VerticalPosition { get; set; }
vb
Public Property VerticalPosition As FloatingActionButtonVerticalPosition

Property Value

TypeDescription
FloatingActionButtonVerticalPosition

One of FloatingActionButtonVerticalPosition enumeration values.

|

Available values:

NameDescription
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

FloatingActionButtonSettings Class

FloatingActionButtonSettings Members

DevExpress.Web.Mvc Namespace