Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridGroupByFieldCollection : NotifyCollection<GridGroupByField>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<GridGroupByField>NotifyCollection<GridGroupByField>GridGroupByFieldCollection
Implements:
Inherited Members
Constructors
C#
public GridGroupByFieldCollection()
Methods
Finds the specified field.
C#
public GridGroupByField Find(GridGroupByField field)
The field.
Returns:Locates string with corresponding field name or alias
C#
public GridGroupByField Find(string field, bool aggregate)
The GridGroupByField found, null otherwise.
Finds the specified field.
Finds the GridGroupByField by alias.
C#
public GridGroupByField FindByAlias(string fieldAlias)
The field alias.
Returns:Finds the GridGroupByField by the field name.
C#
public GridGroupByField FindByName(string fieldName)
Name of the field.
Returns: