VerticalGridCommandRow.ShowCancelButton Property
Specifies whether the Cancel command button is displayed in the command row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Use the ShowCancelButton property to specify whether the Cancel button is visible in the command row. The button settings can be customized using the ASPxVerticalGridCommandButtonSettings.CancelButton property.
See Also