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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit that is the spacing value. |
Remarks
This property is a wrapper of the CheckListPropertiesBase.TextSpacing property.
See Also