Skip to main content
A newer version of this page is available. .
Tab

VerticalGridCommandRow.ShowEditButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool ShowEditButton { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Remarks

Use the ShowEditButton property to specify whether the Edit button is visible in the command row. The button settings can be customized using the ASPxVerticalGridCommandButtonSettings.EditButton property.

See Also