Back to Devexpress

ButtonEditPropertiesBase.Spacing Property

aspnet-devexpress-dot-web-dot-buttoneditpropertiesbase-f2ee627b.md

latest1.3 KB
Original Source

ButtonEditPropertiesBase.Spacing Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(1)]
public int Spacing { get; set; }
vb
<DefaultValue(1)>
Public Property Spacing As Integer

Property Value

TypeDefaultDescription
Int321

A Unit that represents the spacing value.

|

Remarks

Note

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

See Also

ButtonEdit

ButtonEditPropertiesBase Class

ButtonEditPropertiesBase Members

DevExpress.Web Namespace