Table of Contents

Method GetRow

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetRow(Control)

Gets a value that indicates which row child control within a Grid should appear in.

public static int GetRow(Control control)

Parameters

control Control

The control for which to get the row index.

Returns

int

Remarks

The 0-based row index.