Back to Devexpress

FloatingActionButtonHorizontalPosition Enum

aspnet-devexpress-dot-web-82b5e5ec.md

latest1.7 KB
Original Source

FloatingActionButtonHorizontalPosition Enum

Lists values specifying the floating action button’s horizontal position.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum FloatingActionButtonHorizontalPosition
vb
Public Enum FloatingActionButtonHorizontalPosition

Members

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.

|

The following properties accept/return FloatingActionButtonHorizontalPosition values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxFloatingActionButton.HorizontalPosition
ASP.NET MVC ExtensionsFloatingActionButtonSettings.HorizontalPosition

Remarks

Values listed by this enumeration are used to set the ASPxFloatingActionButton.HorizontalPosition property.

See Also

DevExpress.Web Namespace