Skip to main content
Tab

GridViewCommandColumn.DeleteButton Property

OBSOLETE

Use the ShowDeleteButton and SettingsCommandButton.DeleteButton properties instead. You can update your project automatically by using a tool provided in the http://www.devexpress.com/kbid=T246446 article.

Gets the Delete button settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the ShowDeleteButton and SettingsCommandButton.DeleteButton properties instead. You can update your project automatically by using a tool provided in the http://www.devexpress.com/kbid=T246446 article.", true)]
public GridViewCommandColumnButton DeleteButton { get; }

Property Value

Type Description
GridViewCommandColumnButton

A GridViewCommandColumnButton object that specifies the button’s settings.

See Also