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

ASPxFloatingActionButton.HorizontalMargin Property

Specifies the floating action button’s horizontal margin.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(15)]
public int HorizontalMargin { get; set; }

Property Value

Type Default Description
Int32 15

An integer value that specifies the horizontal margin.

Remarks

Use the ASPxFloatingActionButton.VerticalMargin property to specify the floating action button’s vertical margin.

Concept

Online Demo

Floating Action Button - Features

See Also