Table of Contents

Property Siblings

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

Siblings

Gets the sibling controls of the current control.

[Browsable(false)]
public virtual IEnumerable<AbstractControl> Siblings { get; }

Property Value

IEnumerable<AbstractControl>

Remarks

Sibling controls are the other children of the same parent control, excluding the current control itself. If the current control has no parent or the parent has fewer than two children, the collection will be empty.