ClassGridGroupByFieldCollection
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridGroupByFieldCollection : NotifyCollection<GridGroupByField>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<GridGroupByField>NotifyCollection<GridGroupByField>GridGroupByFieldCollection
Implements:
Inherited Members
Constructors
GridGroupByFieldCollection()
Declaration
public GridGroupByFieldCollection()
Methods
Contains(string)
Determines whether [contains] [the specified field name].
Find(GridGroupByField)
Finds the specified field.
Declaration
public GridGroupByField Find(GridGroupByField field)
Parameters
field
The field.
Returns
Find(string)
Finds the specified field.
Declaration
public GridGroupByField Find(string field)
Parameters
field
The field.
Returns
Find(string, bool)
Locates string with corresponding field name or alias
Declaration
public GridGroupByField Find(string field, bool aggregate)
Parameters
field
aggregate
Returns
The GridGroupByField found, null otherwise.
FindByAlias(string)
Finds the GridGroupByField by alias.
Declaration
public GridGroupByField FindByAlias(string fieldAlias)
Parameters
fieldAlias
The field alias.
Returns
FindByName(string)
Finds the GridGroupByField by the field name.
Declaration
public GridGroupByField FindByName(string fieldName)
Parameters
fieldName
Name of the field.
Returns
FindByName(string, bool)
Finds by the name.
Declaration
public GridGroupByField FindByName(string fieldName, bool aggregate)
Parameters
fieldName
Name of the field.
aggregate
The aggregate.
Returns
IndexOf(string)
Indexes the of.
ToString()
Returns a string that represents this instance.