Skip to main content
A newer version of this page is available. .

CheckedTextContainerStyle.Spacing Property

Gets or sets the spacing between elements in the container.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit Spacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

The spacing value.

See Also