Table of Contents

Method SetColumnSpan

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

SetColumnSpan(AbstractControl, int)

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

public static void SetColumnSpan(AbstractControl control, int value)

Parameters

control AbstractControl

The control for which to set the column span.

value int

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