Method SetIsColumnControl
SetIsColumnControl(SpeedButton, bool)
Sets a custom attribute on the specified control to indicate whether it is a column control.
protected virtual void SetIsColumnControl(SpeedButton control, bool isColumn)
Parameters
controlSpeedButtonThe SpeedButton control on which to set the attribute.
isColumnboolA bool value indicating whether the control is a column control. true if the control is a column; otherwise, false.