GridTableViewGroupByExpressions Property |
Adding
GridGroupByExpression to this collection will cause the
current table-view to display items sorted and devided in groups separated by
GridGroupHeaderItems, that display common group and aggregate
field values. See
Expression on details of
expressions syntax.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public GridGroupByExpressionCollection GroupByExpressions { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property GroupByExpressions As GridGroupByExpressionCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property GridGroupByExpressionCollection^ GroupByExpressions {
GridGroupByExpressionCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member GroupByExpressions : GridGroupByExpressionCollection with get
Property Value
Type:
GridGroupByExpressionCollection
See Also