ASPxButtonEditBase.Spacing Property
Gets or sets the spacing between the editor’s elements.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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