Skip to main content
A newer version of this page is available. .
Tab

FloatingActionButtonVerticalPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum FloatingActionButtonVerticalPosition

Members

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.

Related API Members

The following properties accept/return FloatingActionButtonVerticalPosition values:

Remarks

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

See Also