Skip to main content
Tab

ASPxGridCustomCommandButtonEventArgs.Text Property

Gets or sets the processed custom button’s text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A String value that specifies the button’s text. The value of the button’s GridCustomCommandButton.Text property.

See Also