Method HeaderColumn
HeaderColumn(ListBoxHeader?)
Retrieves the header column control associated with this instance from the specified header.
public virtual AbstractControl? HeaderColumn(ListBoxHeader? header)
Parameters
headerListBoxHeaderThe header from which to retrieve the column control. Cannot be null.
Returns
- AbstractControl
The control representing the header column if found; otherwise, null.