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

ASPxButtonEditBase.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

This property is a wrapper of the ButtonEditPropertiesBase.Spacing property.

See Also