aspnet-devexpress-dot-web-dot-gridviewcommandcolumn-e623bbc1.md
Use the ShowNewButton and SettingsCommandButton.NewButton properties instead. You can update your project automatically by using a tool provided in the http://www.devexpress.com/kbid=T246446 article.
Gets the New button settings.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[Obsolete("Use the ShowNewButton and SettingsCommandButton.NewButton 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 NewButton { get; }
<Obsolete("Use the ShowNewButton and SettingsCommandButton.NewButton 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 NewButton As GridViewCommandColumnButton
| Type | Description |
|---|---|
| GridViewCommandColumnButton |
A GridViewCommandColumnButton object that specifies the button’s settings.
|
See Also