Table of Contents

Method GetColumnSpan

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

GetColumnSpan(AbstractControl)

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

public static int GetColumnSpan(AbstractControl control)

Parameters

control AbstractControl

The control for which to get the column span.

Returns

int

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