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

GridCommandButtonSettings.Text Property

Gets the command button’s text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string Text { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the button’s text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Text
ASP.NET Controls and MVC Extensions ASPxCardViewCommandButtonSettings
ASPxGridViewCommandButtonSettings
ASPxVerticalGridCommandButtonSettings
ASP.NET Bootstrap Controls BootstrapCardViewCommandButtonsSettings
BootstrapGridViewCommandButtonsSettings
See Also