Skip to main content
Tab

EditorRootStyle.Spacing Property

Gets or sets the spacing between the elements in the corresponding object which the current style applies to.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Spacing { get; set; }

Property Value

Type Description
Unit

A Unit that represents the spacing value.

See Also