Class ColumnDefinitionCollection
Implements collection of columns
Implements
System.Collections.Generic.IList<ColumnDefinition>
System.Collections.Generic.ICollection<ColumnDefinition>
System.Collections.Generic.IEnumerable<ColumnDefinition>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class ColumnDefinitionCollection : DefinitionCollection<ColumnDefinition>, IList<ColumnDefinition>, ICollection<ColumnDefinition>, IEnumerable<ColumnDefinition>, IList, ICollection, IEnumerable
Constructors
ColumnDefinitionCollection(UIElement)
Initializes a new instance of the ColumnDefinitionCollection class.
Declaration
public ColumnDefinitionCollection(UIElement parent)
Parameters
Type | Name | Description |
---|---|---|
UIElement | parent | The parent. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable