Back to Devexpress

LabelSettings.Text Property

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

latest1.0 KB
Original Source

LabelSettings.Text Property

Gets or sets the text caption displayed within the 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 within the editor.

|

See Also

Label

LabelSettings Class

LabelSettings Members

DevExpress.Web.Mvc Namespace