GridViewCommandColumn.UpdateButton Property
In This Article
OBSOLETE
Use the Show
Gets the Update button settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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 |
---|---|
Grid |
A Grid |
See Also