Table of Contents

Property ColumnControls

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

ColumnControls

Gets an enumerable collection of SpeedButton controls that are identified as column controls.

public virtual IEnumerable<SpeedButton> ColumnControls { get; }

Property Value

IEnumerable<SpeedButton>

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.