Back to Devexpress

CheckBoxSettings.Text Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-checkboxsettings.md

latest1.2 KB
Original Source

CheckBoxSettings.Text Property

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

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string Text { get; set; }
vb
Public Property Text As String

Property Value

TypeDescription
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.

See Also

CheckBox

CheckBoxSettings Class

CheckBoxSettings Members

DevExpress.Web.Mvc Namespace