Controls Class

A collection of Controls.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public class Controls : AvaloniaList<Control>
Inheritance
Object    AvaloniaListControl    Controls

Constructors

Controls Initializes a new instance of the Controls class.
Controls(IEnumerableControl) Initializes a new instance of the Controls class.

Properties

Capacity
(Inherited from AvaloniaListControl)
Count
(Inherited from AvaloniaListControl)
Item
(Inherited from AvaloniaListControl)
ResetBehavior
(Inherited from AvaloniaListControl)
Validate
(Inherited from AvaloniaListControl)

Methods

Add(UTP)
(Inherited from AvaloniaListControl)
AddRange(IEnumerableUTP)
(Inherited from AvaloniaListControl)
Clear
(Inherited from AvaloniaListControl)
Contains(UTP)
(Inherited from AvaloniaListControl)
CopyTo(UTP, Int32)
(Inherited from AvaloniaListControl)
EnsureCapacity(Int32)
(Inherited from AvaloniaListControl)
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumerator
(Inherited from AvaloniaListControl)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRange(Int32, Int32)
(Inherited from AvaloniaListControl)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOf(UTP)
(Inherited from AvaloniaListControl)
Insert(Int32, UTP)
(Inherited from AvaloniaListControl)
InsertRange(Int32, IEnumerableUTP)
(Inherited from AvaloniaListControl)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Move(Int32, Int32)
(Inherited from AvaloniaListControl)
MoveRange(Int32, Int32, Int32)
(Inherited from AvaloniaListControl)
Remove(UTP)
(Inherited from AvaloniaListControl)
RemoveAll(IEnumerableUTP)
(Inherited from AvaloniaListControl)
RemoveAt(Int32)
(Inherited from AvaloniaListControl)
RemoveRange(Int32, Int32)
(Inherited from AvaloniaListControl)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

CollectionChanged
(Inherited from AvaloniaListControl)
PropertyChanged
(Inherited from AvaloniaListControl)

See Also