Class GridGroupByFieldCollection
Inheritance
System.Object
GridGroupByFieldCollection
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.Add(Telerik.WinControls.UI.GridGroupByField)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.CopyTo(Telerik.WinControls.UI.GridGroupByField[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.Contains(Telerik.WinControls.UI.GridGroupByField)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.IndexOf(Telerik.WinControls.UI.GridGroupByField)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.Insert(System.Int32, Telerik.WinControls.UI.GridGroupByField)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.Remove(Telerik.WinControls.UI.GridGroupByField)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.GridGroupByField>.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.GridGroupByField>.System.Collections.IList.IsFixedSize
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridGroupByFieldCollection : NotifyCollection<GridGroupByField>, IList<GridGroupByField>, ICollection<GridGroupByField>, IList, ICollection, IReadOnlyList<GridGroupByField>, IReadOnlyCollection<GridGroupByField>, IEnumerable<GridGroupByField>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Constructors
Declaration
public GridGroupByFieldCollection()
Methods
Determines whether [contains] [the specified field name].
Declaration
public bool Contains(string fieldName)
Parameters
System.String
fieldName
Name of the field.
|
Returns
System.Boolean
true if [contains] [the specified field name]; otherwise, false .
|
Finds the specified field.
Declaration
public GridGroupByField Find(string field)
Parameters
System.String
field
The field.
|
Returns
Locates string with corresponding field name or alias
Declaration
public GridGroupByField Find(string field, bool aggregate)
Parameters
System.String
field
|
System.Boolean
aggregate
|
Returns
Finds the specified field.
Declaration
public GridGroupByField Find(GridGroupByField field)
Parameters
Returns
Finds the GridGroupByField by alias.
Declaration
public GridGroupByField FindByAlias(string fieldAlias)
Parameters
System.String
fieldAlias
The field alias.
|
Returns
Finds the GridGroupByField by the field name.
Declaration
public GridGroupByField FindByName(string fieldName)
Parameters
System.String
fieldName
Name of the field.
|
Returns
Declaration
public GridGroupByField FindByName(string fieldName, bool aggregate)
Parameters
System.String
fieldName
Name of the field.
|
System.Boolean
aggregate
The aggregate.
|
Returns
Declaration
public int IndexOf(string fieldName)
Parameters
System.String
fieldName
Name of the field.
|
Returns
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance.
|
Overrides
System.Object.ToString()
Extension Methods