Class GroupingInfo
Represents a grouping level to be applied to data.
Namespace: DevExtreme.AspNet.Data
Assembly: DevExtreme.AspNet.Data.dll
Syntax
public class GroupingInfo : SortingInfo
Constructors
| Improve this DocGroupingInfo()
Declaration
public GroupingInfo()
Properties
| Improve this DocGroupInterval
A value that groups data in ranges of a given length or date/time period.
Declaration
public string GroupInterval { get; set; }
Property Value
Type | Description |
---|---|
String |
IsExpanded
A flag indicating whether the group's data objects should be returned.
Declaration
public bool ? IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
Methods
| Improve this DocGetIsExpanded()
Returns the value of the IsExpanded field or true
if this value is null
.
Declaration
public bool GetIsExpanded()
Returns
Type | Description |
---|---|
Boolean | The value of the IsExpanded field or |