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

ASPxCheckBox.Text Property

Gets or sets the text label associated with the check box editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string Text { get; set; }

Property Value

Type Default Description
String String.Empty

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.

See Also