VerticalGridCommandRow.CustomButtons Property
Gets the collection of custom buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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