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

ASPxCheckBox.TextSpacing Property

Gets or sets the amount of space between the editor’s text label and check mark.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

See Also