Show / Hide Table of Contents

Class GroupingInfo

Represents a grouping level to be applied to data.

Inheritance
Object
SortingInfo
GroupingInfo
Inherited Members
SortingInfo.Selector
SortingInfo.Desc
Namespace: DevExtreme.AspNet.Data
Assembly: DevExtreme.AspNet.Data.dll
Syntax
public class GroupingInfo : SortingInfo

Constructors

| Improve this Doc

GroupingInfo()

Declaration
public GroupingInfo()

Properties

| Improve this Doc

GroupInterval

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
| Improve this Doc

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 Doc

GetIsExpanded()

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 true if this value is null.

  • Improve this Doc
Back to top Copyright (c) Developer Express Inc.