Class GridGroupByFieldCollection
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
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
GridGroupByFieldCollection()
Declaration
public GridGroupByFieldCollection()
Methods
Contains(String)
Determines whether [contains] [the specified field name].
Declaration
public bool Contains(string fieldName)
Parameters
System.String
fieldName
Name of the field. |
Returns
System.Boolean
|
Find(String)
Finds the specified field.
Declaration
public GridGroupByField Find(string field)
Parameters
System.String
field
The field. |
Returns
GridGroupByField
|
Find(String, Boolean)
Locates string with corresponding field name or alias
Declaration
public GridGroupByField Find(string field, bool aggregate)
Parameters
System.String
field
|
System.Boolean
aggregate
|
Returns
GridGroupByField
The GridGroupByField found, null otherwise. |
Find(GridGroupByField)
Finds the specified field.
Declaration
public GridGroupByField Find(GridGroupByField field)
Parameters
GridGroupByField
field
The field. |
Returns
GridGroupByField
|
FindByAlias(String)
Finds the GridGroupByField by alias.
Declaration
public GridGroupByField FindByAlias(string fieldAlias)
Parameters
System.String
fieldAlias
The field alias. |
Returns
GridGroupByField
|
FindByName(String)
Finds the GridGroupByField by the field name.
Declaration
public GridGroupByField FindByName(string fieldName)
Parameters
System.String
fieldName
Name of the field. |
Returns
GridGroupByField
|
FindByName(String, Boolean)
Finds by the name.
Declaration
public GridGroupByField FindByName(string fieldName, bool aggregate)
Parameters
System.String
fieldName
Name of the field. |
System.Boolean
aggregate
The aggregate. |
Returns
GridGroupByField
|
IndexOf(String)
Indexes the of.
Declaration
public int IndexOf(string fieldName)
Parameters
System.String
fieldName
Name of the field. |
Returns
System.Int32
|
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |