Table of Contents

Method SetColumnSpan

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

SetColumnSpan(Control, int)

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

public static void SetColumnSpan(Control control, int value)

Parameters

control Control

The control for which to set the column span.

value int

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