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

VerticalGridCommandRowCustomButtonCollection.Row Property

Gets a command row that owns this collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public VerticalGridCommandRow Row { get; }

Property Value

Type Description
VerticalGridCommandRow

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

See Also