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

ASPxGridTextSettings.ToolbarNew Property

Specifies the text displayed in the New toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

The text.

Remarks

The toolbar item displays ‘New’ if the ToolbarNew property is set to an empty string.

Note

The ToolbarNew property is not in effect if the toolbar item’s Text property is specified.

See Also