Skip to main content
Tab

CheckListPropertiesBase.TextSpacing Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 is the spacing value.

Remarks

Note

The TextSpacing property synchronizes its value with the editor’s ASPxCheckListBase.TextSpacing property.

See Also