GridItemCollection

Wisej.Web.GridItemCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Contains a collection of GridItem objects.

public class GridItemCollection : ICollection, IEnumerable, ICollection<GridItem>, IEnumerable<GridItem>

Fields

NameTypeDescription

Empty

Specifies that the GridItemCollection has no entries.

Properties

Int32: Returns the number of grid items in the collection.

GridItem: Returns the GridItem at the specified index.

GridItem: Returns the GridItem with the matching label.

Methods

Returns an enumeration of all the grid items in the collection.

Returns: IEnumerator. An IEnumerator for the GridItemCollection.

Last updated