GridItemCollection
Wisej.Web.GridItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Contains a collection of GridItem objects.
public class GridItemCollection : ICollection, IEnumerable, ICollection<GridItem>, IEnumerable<GridItem>
Fields
Name
Type
Description
Properties
Count

Int32: Returns the number of grid items in the collection.
Item(index)

GridItem: Returns the GridItem at the specified index.
Item(label)

GridItem: Returns the GridItem with the matching label.
Methods
GetEnumerator()

Returns an enumeration of all the grid items in the collection.
Returns: IEnumerator. An IEnumerator for the GridItemCollection.
Last updated
Was this helpful?