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

ButtonEditPropertiesBase.Spacing Property

Gets or sets the spacing between the editor’s elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(1)]
public int Spacing { get; set; }

Property Value

Type Default Description
Int32 1

A Unit that represents the spacing value.

Remarks

Note

The Spacing property synchronizes its value with the editor’s ASPxButtonEditBase.Spacing property.

See Also