Table of Contents

Method GetGroup

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

GetGroup(int?, bool)

Gets ControlSet with all child controls which are members of the specified group.

public virtual ControlSet GetGroup(int? groupIndex, bool recursive = false)

Parameters

groupIndex int?

Index of the group.

recursive bool

Whether to check child controls recursively.

Returns

ControlSet