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

ASPxGridViewTextSettings.ContextMenuDeleteRow Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the item text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ContextMenuDeleteRow
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsText.ContextMenuDeleteRow
ASP.NET Web Forms Controls ASPxGridView
.SettingsText.ContextMenuDeleteRow
GridViewProperties
.SettingsText.ContextMenuDeleteRow
GridViewSettings
.SettingsText.ContextMenuDeleteRow
GridViewSettings<RowType>
.SettingsText.ContextMenuDeleteRow
MVCxGridView
.SettingsText.ContextMenuDeleteRow
MVCxGridViewProperties
.SettingsText.ContextMenuDeleteRow

Remarks

Use the ContextMenuDeleteRow property to specify the text of the default context menu item Delete. You can set the item image using the GridViewImages.ContextMenuDeleteRow property. The item visibility in the context menu is controlled by the GridViewRowMenuItemVisibility.DeleteRow property.

See Also