Back to Devexpress

GridViewCommandColumn.UpdateButton Property

aspnet-devexpress-dot-web-dot-gridviewcommandcolumn-e35fa99b.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[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; }
vb
<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 ReadOnly Property UpdateButton As GridViewCommandColumnButton

Property Value

TypeDescription
GridViewCommandColumnButton

A GridViewCommandColumnButton object that specifies the button’s settings.

|

See Also

GridViewCommandColumn Class

GridViewCommandColumn Members

DevExpress.Web Namespace