Skip to main content

CheckedTextContainerStyle.Spacing Property

Gets or sets the spacing between elements in the container.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v23.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