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

VerticalGridCommandRow.CustomButtons Property

Gets the collection of custom buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(null)]
public VerticalGridCommandRowCustomButtonCollection CustomButtons { get; }

Property Value

Type Default Description
VerticalGridCommandRowCustomButtonCollection *null*

A VerticalGridCommandRowCustomButtonCollection object which represents the collection of custom buttons.

Remarks

command rows can display custom buttons. You can create your own buttons, and define custom actions for them by handling the ASPxVerticalGrid.CustomButtonCallback event.

See Also