ClassGridGroupByExpressionCollection
Class
Collection that stores group by expressions GridGroupByExpression
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
[ListBindable(BindableSupport.No)]
public class GridGroupByExpressionCollection : GridViewGroupDescriptorCollection, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, INotifyCollectionChanging
Inheritance: objectCollection<GroupDescriptor>NotifyCollection<GroupDescriptor>GroupDescriptorCollectionGridViewGroupDescriptorCollectionGridGroupByExpressionCollection
Implements:
Inherited Members
Constructors
GridGroupByExpressionCollection(GridViewTemplate)
Initializes a new instance of the GridGroupByExpressionCollection class.
Declaration
cs-api-definition
public GridGroupByExpressionCollection(GridViewTemplate owner)
Parameters
owner
The owner.
Properties
Expression
Gets or sets the expression.
Declaration
cs-api-definition
public override string Expression { get; set; }
Property Value
The expression.
Overrides
Methods
Add(string)
Adds the specified expression.
Declaration
cs-api-definition
public void Add(string expression)
Parameters
expression
The expression.
Add(string, string)
Adds the specified expression.
IndexOf(string)
Indexes the of.