Back to Devexpress

ASPxButtonEditBase.Spacing Property

aspnet-devexpress-dot-web-dot-aspxbuttoneditbase-8b594816.md

latest1.3 KB
Original Source

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

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

See Also

ButtonEdit

ASPxButtonEditBase Class

ASPxButtonEditBase Members

DevExpress.Web Namespace