Back to Devexpress

GridCommandButtonSettings.Text Property

aspnet-devexpress-dot-web-dot-gridcommandbuttonsettings-b405ce1d.md

latest1.2 KB
Original Source

GridCommandButtonSettings.Text Property

Gets the command button’s text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string Text { get; set; }
vb
<DefaultValue("")>
Public Property Text As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the button’s text.

|

See Also

GridCommandButtonSettings Class

GridCommandButtonSettings Members

DevExpress.Web Namespace