Back to Devexpress

ASPxFloatingActionButton.HorizontalPosition Property

aspnet-devexpress-dot-web-dot-aspxfloatingactionbutton-18ee3592.md

latest2.2 KB
Original Source

ASPxFloatingActionButton.HorizontalPosition Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(FloatingActionButtonHorizontalPosition.Right)]
public FloatingActionButtonHorizontalPosition HorizontalPosition { get; set; }
vb
<DefaultValue(FloatingActionButtonHorizontalPosition.Right)>
Public Property HorizontalPosition As FloatingActionButtonHorizontalPosition

Property Value

TypeDefaultDescription
FloatingActionButtonHorizontalPositionRight

One of FloatingActionButtonHorizontalPosition enumeration values.

|

Available values:

NameDescription
LeftEdge

The floating action button is displayed at the left edge of the container.

| | Left |

The floating action button is displayed at the left of the container.

| | Center |

The floating action button is displayed in the center of the container.

| | Right |

The floating action button is displayed at the right of the container.

|

Remarks

Use the ASPxFloatingActionButton.VerticalPosition property to specify the floating action button’s vertical position.

Concept

Online Demo

Floating Action Button - Features

See Also

ASPxFloatingActionButton Class

ASPxFloatingActionButton Members

DevExpress.Web Namespace