Method GetColumnSplitter
GetColumnSplitter(AbstractControl?)
Retrieves the splitter control attached to the specified column, if one exists.
public virtual AbstractControl? GetColumnSplitter(AbstractControl? column)
Parameters
columnAbstractControlThe 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.