Table of Contents

Method GetRowSpan

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

GetRowSpan(Control)

Gets a value that indicates the total number of rows that child content spans within a Grid.

public static int GetRowSpan(Control control)

Parameters

control Control

The control for which to get the row span.

Returns

int

The total number of rows that child content spans within a Grid.