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