Table of Contents

Property VisibleSiblings

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

VisibleSiblings

Gets the collection of sibling controls that are visible.

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

Property Value

IEnumerable<AbstractControl>

Remarks

A sibling is considered visible if it is a child of the same parent as this control, is not the current control, and its Visible property is true. If the current control has no parent or the parent has fewer than two children, the collection will be empty.