Table of Contents

Method HeaderColumn

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

HeaderColumn(ListBoxHeader?)

Retrieves the header column control associated with this instance from the specified header.

public virtual AbstractControl? HeaderColumn(ListBoxHeader? header)

Parameters

header ListBoxHeader

The header from which to retrieve the column control. Cannot be null.

Returns

AbstractControl

The control representing the header column if found; otherwise, null.