Table of Contents

Method GetColumnSpan

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

GetColumnSpan(Control)

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

public static int GetColumnSpan(Control control)

Parameters

control Control

The control for which to get the column span.

Returns

int

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