Skip to main content
Tab

VerticalGridCommandRowCustomButtonCollection.Row Property

Gets a command row that owns this collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridCommandRow Row { get; }

Property Value

Type Description
VerticalGridCommandRow

A VerticalGridCommandRow object that represents the command row which owns this collection.

See Also