ASPxCheckBox.Text Property
Gets or sets the text label associated with the check box editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String value representing the text label of the check box editor. |
#Remarks
Use the Text property to specify the text displayed next to the check mark within the check box editor.
The text label’s location relative to the check mark is specified via the ASPxCheckBox.TextAlign property.