Skip to main content
A newer version of this page is available. .

ASPxGridViewCustomButtonInitializer.Text Property

Gets or sets the processed custom button’s text.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A string that specifies the button’s text.

See Also