Back to Devexpress

VerticalGridCommandRow.ShowCancelButton Property

aspnet-devexpress-dot-web-dot-verticalgridcommandrow-6dc60a10.md

latest1.7 KB
Original Source

VerticalGridCommandRow.ShowCancelButton Property

Specifies whether the Cancel command button is displayed in the command row.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowCancelButton { get; set; }
vb
<DefaultValue(False)>
Public Property ShowCancelButton As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, if the button is visible; otherwise, 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

CancelButton

Vertical Grid

VerticalGridCommandRow Class

VerticalGridCommandRow Members

DevExpress.Web Namespace