ColumnDefinitions Class

A collection of ColumnDefinitions.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public class ColumnDefinitions : DefinitionList<ColumnDefinition>
Inheritance
Object    AvaloniaListColumnDefinition    DefinitionListColumnDefinition    ColumnDefinitions

Constructors

ColumnDefinitions Initializes a new instance of the ColumnDefinitions class.
ColumnDefinitions(String) Initializes a new instance of the ColumnDefinitions class.

Properties

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

Methods

Add(UTP)
(Inherited from AvaloniaListColumnDefinition)
AddRange(IEnumerableUTP)
(Inherited from AvaloniaListColumnDefinition)
Clear
(Inherited from AvaloniaListColumnDefinition)
Contains(UTP)
(Inherited from AvaloniaListColumnDefinition)
CopyTo(UTP, Int32)
(Inherited from AvaloniaListColumnDefinition)
EnsureCapacity(Int32)
(Inherited from AvaloniaListColumnDefinition)
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 AvaloniaListColumnDefinition)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRange(Int32, Int32)
(Inherited from AvaloniaListColumnDefinition)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOf(UTP)
(Inherited from AvaloniaListColumnDefinition)
Insert(Int32, UTP)
(Inherited from AvaloniaListColumnDefinition)
InsertRange(Int32, IEnumerableUTP)
(Inherited from AvaloniaListColumnDefinition)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Move(Int32, Int32)
(Inherited from AvaloniaListColumnDefinition)
MoveRange(Int32, Int32, Int32)
(Inherited from AvaloniaListColumnDefinition)
Parse(String) Parses a string representation of column definitions collection.
Remove(UTP)
(Inherited from AvaloniaListColumnDefinition)
RemoveAll(IEnumerableUTP)
(Inherited from AvaloniaListColumnDefinition)
RemoveAt(Int32)
(Inherited from AvaloniaListColumnDefinition)
RemoveRange(Int32, Int32)
(Inherited from AvaloniaListColumnDefinition)
ToString
(Overrides ObjectToString)

Events

CollectionChanged
(Inherited from AvaloniaListColumnDefinition)
PropertyChanged
(Inherited from AvaloniaListColumnDefinition)

See Also