Back to Devexpress

VerticalGridCommandRow.ShowDeleteButton Property

aspnet-devexpress-dot-web-dot-verticalgridcommandrow-bcfb54b2.md

latest1.6 KB
Original Source

VerticalGridCommandRow.ShowDeleteButton Property

Specifies whether the Delete 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 ShowDeleteButton { get; set; }
vb
<DefaultValue(False)>
Public Property ShowDeleteButton As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, if the button is visible; otherwise, false.

|

Remarks

Use the ShowDeleteButton property to specify whether the Delete button is visible in the command row. The button settings can be customized using the ASPxVerticalGridCommandButtonSettings.DeleteButton property.

See Also

Vertical Grid

VerticalGridCommandRow Class

VerticalGridCommandRow Members

DevExpress.Web Namespace