Table of Contents

Property LastColumn

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

LastColumn

Gets the last column control in the collection.

public virtual SpeedButton? LastColumn { get; }

Property Value

SpeedButton

Remarks

This property iterates through the child elements in reverse order to locate the last column control. If no column control is found, the property returns null.