Property Siblings
Siblings
Gets the sibling controls of the current control.
[Browsable(false)]
public virtual IEnumerable<AbstractControl> Siblings { get; }
Property Value
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.