Skip to main content
Tab

ASPxButtonEditBase.Spacing Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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