Back to Devexpress

VerticalGridCommandRow.CustomButtons Property

aspnet-devexpress-dot-web-dot-verticalgridcommandrow-618447c4.md

latest1.7 KB
Original Source

VerticalGridCommandRow.CustomButtons Property

Gets the collection of custom buttons.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public VerticalGridCommandRowCustomButtonCollection CustomButtons { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property CustomButtons As VerticalGridCommandRowCustomButtonCollection

Property Value

TypeDefaultDescription
VerticalGridCommandRowCustomButtonCollectionnull

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

Vertical Grid

VerticalGridCommandRow Class

VerticalGridCommandRow Members

DevExpress.Web Namespace