Back to Devexpress

ButtonSettings.Text Property

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

latest1.0 KB
Original Source

ButtonSettings.Text Property

Gets or sets the text displayed within the button.

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 displayed within the button.

|

See Also

Button

ButtonSettings Class

ButtonSettings Members

DevExpress.Web.Mvc Namespace