Skip to main content
Tab

VerticalGridCommandRow.ShowDeleteButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
Boolean false

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

#Remarks

Use the ShowDeleteButton property to specify whether the Delete button is visible in the command row. The button settings can be customized using the ASPxVerticalGridCommandButtonSettings.DeleteButton property.

See Also