Skip to main content
Tab

GridViewRowMenuItemVisibility.DeleteRow Property

Gets or sets the visibility of the Delete item displayed within the row context menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool DeleteRow { get; set; }

Property Value

Type Default Description
Boolean true

true if the item is visible; otherwise, false.

Remarks

Use the DeleteRow property to specify the visibility of the default context menu item Delete. You can set the item text and image using the ASPxGridViewTextSettings.ContextMenuDeleteRow and GridViewImages.ContextMenuDeleteRow properties respectively.

See Also