A newer version of this page is available.
Switch to the current version.
ASPxCheckListBase.TextSpacing Property
Gets or sets the amount of space between the editor's text label and check mark.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public Unit TextSpacing { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Property TextSpacing As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit that is the spacing value. |
Remarks
This property is a wrapper of the CheckListPropertiesBase.TextSpacing property.
See Also
Feedback