Back to Devexpress

RadioButtonSettings.Text Property

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

latest1.3 KB
Original Source

RadioButtonSettings.Text Property

Gets or sets the text label associated with the radio button 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, which is the text label of the radio button editor.

|

Remarks

Use the Text property to specify the text displayed next to the check mark within the RadioButton editor.

See Also

RadioButton

RadioButtonSettings Class

RadioButtonSettings Members

DevExpress.Web.Mvc Namespace