Table of Contents

Class GridRowCollection

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides access to an ordered, strongly typed collection of RowDefinition objects.

public class GridRowCollection : IList<RowDefinition>, ICollection<RowDefinition>, IEnumerable<RowDefinition>, IList, ICollection, IEnumerable
Inheritance
GridRowCollection
Implements

Properties

Count

Gets the total number of items within this instance of GridRowCollection.

IsReadOnly

Gets a value that indicates whether a GridRowCollection is read-only.

IsSynchronized

Gets a value that indicates whether access to this GridRowCollection is synchronized (thread-safe).

this[int]

Gets a value that indicates the current item within a GridRowCollection.

SyncRoot

Gets an object that can be used to synchronize access to the GridRowCollection.

Methods

Add(RowDefinition)

Adds a RowDefinition element to a GridRowCollection.

Clear()

Clears the content of the GridRowCollection.

Contains(RowDefinition)

Determines whether a given RowDefinition exists within a GridRowCollection.

CopyTo(RowDefinition[], int)

Copies an array of RowDefinition objects to a given index position within a GridRowCollection.

IndexOf(RowDefinition)

Returns the index position of a given RowDefinition within a GridRowCollection.

Insert(int, RowDefinition)

Inserts a RowDefinition at the specified index position within a GridRowCollection.

Remove(RowDefinition)

Removes a RowDefinition from a GridRowCollection.

RemoveAt(int)

Removes a RowDefinition from a GridRowCollection at the specified index position.

RemoveRange(int, int)

Removes a range of RowDefinition objects from a GridRowCollection.