Table of Contents

Method GetColumnControl

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

GetColumnControl(ObjectUniqueId?)

Retrieves a SpeedButton associated with the specified column identifier.

SpeedButton? GetColumnControl(ObjectUniqueId? columnId)

Parameters

columnId ObjectUniqueId?

The unique identifier of the column for which to retrieve the control.

Returns

SpeedButton

A SpeedButton if the column is associated with a SpeedButton; otherwise, null.

Remarks

This method searches for a child control matching the specified columnId and returns it if it is of type SpeedButton. If no matching control is found, or if the control is not a SpeedButton, the method returns null.