Back to Devexpress

VerticalGridCommandRow.ShowUpdateButton Property

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

latest1.6 KB
Original Source

VerticalGridCommandRow.ShowUpdateButton Property

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

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Remarks

Use the ShowUpdateButton property to specify whether the Update button is visible in the command row. The button settings can be customized using the ASPxVerticalGridCommandButtonSettings.UpdateButton property.

See Also

Vertical Grid

VerticalGridCommandRow Class

VerticalGridCommandRow Members

DevExpress.Web Namespace