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

GridViewCommandColumn.UpdateButton Property

OBSOLETE

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

Gets the Update button settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the ShowUpdateButton and SettingsCommandButton.UpdateButton 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 UpdateButton { get; }

Property Value

Type Description
GridViewCommandColumnButton

A GridViewCommandColumnButton object that specifies the button’s settings.

See Also