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

VerticalGridCommandRow.ShowNewButton Property

Specifies whether the New command button is displayed in the command row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowNewButton { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the button is visible; otherwise, false.

Remarks

Use the ShowNewButton property to specify whether the New button is visible in the command row. To display the button in the command row header, set the VerticalGridCommandRow.ShowNewButtonInHeader property to true. The button settings can be customized using the ASPxVerticalGridCommandButtonSettings.NewButton property.

See Also