VerticalGridCommandRow.CustomButtons Property
In This Article
Gets the collection of custom buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(null)]
public VerticalGridCommandRowCustomButtonCollection CustomButtons { get; }
#Property Value
Type | Default | Description |
---|---|---|
Vertical |
null | A Vertical |
#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