GridCustomDataSourceGroupingOptions.ParentGroupInfo Property
Returns information about parent groups.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public IReadOnlyList<GridCustomDataSourceGroupCriterion> ParentGroupInfo { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<GridCustomDataSourceGroupCriterion> | A list that contains information about parent groups. |
See Also