C# Class DevExtreme.AspNet.Data.GroupingInfo

Inheritance: SortingInfo
显示文件 Open project: DevExpress/DevExtreme.AspNet.Data

Public Properties

Property Type Description
GroupInterval string
IsExpanded bool?

Public Methods

Method Description
GetIsExpanded ( ) : bool

Method Details

GetIsExpanded() public method

public GetIsExpanded ( ) : bool
return bool

Property Details

GroupInterval public_oe property

public string GroupInterval
return string

IsExpanded public_oe property

public bool? IsExpanded
return bool?