Back to Devexpress

ButtonEditSettings.Text Property

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

latest1.1 KB
Original Source

ButtonEditSettings.Text Property

Gets or sets the text 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

ButtonEdit

ButtonEditSettings Class

ButtonEditSettings Members

DevExpress.Web.Mvc Namespace