Table of Contents

Method GetRow

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

GetRow(AbstractControl)

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

public static int GetRow(AbstractControl control)

Parameters

control AbstractControl

The control for which to get the row index.

Returns

int

Remarks

The 0-based row index.