DataTemplates Class

A collection of IDataTemplates.

Definition

Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public class DataTemplates : AvaloniaList<IDataTemplate>
Inheritance
Object    AvaloniaListIDataTemplate    DataTemplates

Constructors

DataTemplates Initializes a new instance of the DataTemplates class.

Properties

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

Methods

Add(UTP)
(Inherited from AvaloniaListIDataTemplate)
AddRange(IEnumerableUTP)
(Inherited from AvaloniaListIDataTemplate)
Clear
(Inherited from AvaloniaListIDataTemplate)
Contains(UTP)
(Inherited from AvaloniaListIDataTemplate)
CopyTo(UTP, Int32)
(Inherited from AvaloniaListIDataTemplate)
EnsureCapacity(Int32)
(Inherited from AvaloniaListIDataTemplate)
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 AvaloniaListIDataTemplate)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRange(Int32, Int32)
(Inherited from AvaloniaListIDataTemplate)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOf(UTP)
(Inherited from AvaloniaListIDataTemplate)
Insert(Int32, UTP)
(Inherited from AvaloniaListIDataTemplate)
InsertRange(Int32, IEnumerableUTP)
(Inherited from AvaloniaListIDataTemplate)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Move(Int32, Int32)
(Inherited from AvaloniaListIDataTemplate)
MoveRange(Int32, Int32, Int32)
(Inherited from AvaloniaListIDataTemplate)
Remove(UTP)
(Inherited from AvaloniaListIDataTemplate)
RemoveAll(IEnumerableUTP)
(Inherited from AvaloniaListIDataTemplate)
RemoveAt(Int32)
(Inherited from AvaloniaListIDataTemplate)
RemoveRange(Int32, Int32)
(Inherited from AvaloniaListIDataTemplate)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

CollectionChanged
(Inherited from AvaloniaListIDataTemplate)
PropertyChanged
(Inherited from AvaloniaListIDataTemplate)

See Also