Skip to main content
Tab

VerticalGridCommandRowCustomButtonCollection.Row Property

Gets a command row that owns this collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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