Property ColumnControls
ColumnControls
Gets an enumerable collection of SpeedButton controls that are identified as column controls.
public virtual IEnumerable<SpeedButton> ColumnControls { get; }
Property Value
Remarks
This property iterates over the child elements and returns
those that are recognized
as column controls. The determination of whether a child is a column control
is made by the IsColumnControl method.