Show / Hide Table of Contents

Class RowDefinitionCollection

Implements collection of rows

Inheritance
System.Object
DefinitionCollection<RowDefinition>
RowDefinitionCollection
Implements
System.Collections.Generic.IList<RowDefinition>
System.Collections.Generic.ICollection<RowDefinition>
System.Collections.Generic.IEnumerable<RowDefinition>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
DefinitionCollection<RowDefinition>.Item[Int32]
DefinitionCollection<RowDefinition>.IList.Item[Int32]
DefinitionCollection<RowDefinition>.Count
DefinitionCollection<RowDefinition>.IsReadOnly
DefinitionCollection<RowDefinition>.IsFixedSize
DefinitionCollection<RowDefinition>.IsSynchronized
DefinitionCollection<RowDefinition>.SyncRoot
DefinitionCollection<RowDefinition>.IndexOf(RowDefinition)
DefinitionCollection<RowDefinition>.Insert(Int32, RowDefinition)
DefinitionCollection<RowDefinition>.RemoveAt(Int32)
DefinitionCollection<RowDefinition>.Add(RowDefinition)
DefinitionCollection<RowDefinition>.Clear()
DefinitionCollection<RowDefinition>.Contains(RowDefinition)
DefinitionCollection<RowDefinition>.CopyTo(RowDefinition[], Int32)
DefinitionCollection<RowDefinition>.Remove(RowDefinition)
DefinitionCollection<RowDefinition>.GetEnumerator()
DefinitionCollection<RowDefinition>.IEnumerable.GetEnumerator()
DefinitionCollection<RowDefinition>.Add(Object)
DefinitionCollection<RowDefinition>.Contains(Object)
DefinitionCollection<RowDefinition>.IndexOf(Object)
DefinitionCollection<RowDefinition>.Insert(Int32, Object)
DefinitionCollection<RowDefinition>.Remove(Object)
DefinitionCollection<RowDefinition>.CopyTo(Array, Int32)
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 RowDefinitionCollection : DefinitionCollection<RowDefinition>, IList<RowDefinition>, ICollection<RowDefinition>, IEnumerable<RowDefinition>, IList, ICollection, IEnumerable

Constructors

RowDefinitionCollection(UIElement)

Initializes a new instance of the RowDefinitionCollection class.

Declaration
public RowDefinitionCollection(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
Back to top Generated by DocFX