Table of Contents

Method MemberOfAnyGroup

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

MemberOfAnyGroup(int[]?)

Determines whether this control belongs to any of the specified groups.

public virtual bool MemberOfAnyGroup(int[]? groupIndexes)

Parameters

groupIndexes int[]

A collection of group indexes to check against.

Returns

bool