Back to Devexpress

ASPxFloatingActionButton.VerticalPosition Property

aspnet-devexpress-dot-web-dot-aspxfloatingactionbutton-35f42cdc.md

latest2.1 KB
Original Source

ASPxFloatingActionButton.VerticalPosition Property

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

Declaration

csharp
[DefaultValue(FloatingActionButtonVerticalPosition.Bottom)]
public FloatingActionButtonVerticalPosition VerticalPosition { get; set; }
vb
<DefaultValue(FloatingActionButtonVerticalPosition.Bottom)>
Public Property VerticalPosition As FloatingActionButtonVerticalPosition

Property Value

TypeDefaultDescription
FloatingActionButtonVerticalPositionBottom

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

Concept

Online Demo

Floating Action Button - Features

See Also

ASPxFloatingActionButton Class

ASPxFloatingActionButton Members

DevExpress.Web Namespace