Table of Contents

Method GetColumnSplitter

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

GetColumnSplitter(AbstractControl?)

Retrieves the splitter control attached to the specified column, if one exists.

public virtual AbstractControl? GetColumnSplitter(AbstractControl? column)

Parameters

column AbstractControl

The column control for which to retrieve the attached splitter. Can be null.

Returns

AbstractControl

The splitter control attached to the specified column, or null if no splitter is attached or if the column is null.