Skip to main content
Tab

ASPxGridTextSettings.CommandNew Property

Specifies the text displayed in the New command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

The text.

Remarks

The command button displays ‘New’ if the CommandNew property is set to an empty string.

See Also