Method GetColumnControl
GetColumnControl(ObjectUniqueId?)
Retrieves a SpeedButton associated with the specified column identifier.
public virtual SpeedButton? GetColumnControl(ObjectUniqueId? columnId)
Parameters
columnIdObjectUniqueId?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.