menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataTopLevelGroup - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataTopLevelGroup

    Inheritance
    System.Object
    GridDataTopLevelGroup
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataTopLevelGroup : TopLevelGroup

    Constructors

    GridDataTopLevelGroup(GridDataTableModel, CollectionViewAdv)

    Declaration
    public GridDataTopLevelGroup(GridDataTableModel model, CollectionViewAdv collectionView)
    Parameters
    Type Name Description
    GridDataTableModel model
    Syncfusion.Windows.Data.CollectionViewAdv collectionView

    Properties

    RelationsCount

    Declaration
    public override int RelationsCount { get; set; }
    Property Value
    Type
    System.Int32

    Table

    Declaration
    public GridDataTable Table { get; }
    Property Value
    Type
    GridDataTable

    TableModel

    Declaration
    public GridDataTableModel TableModel { get; }
    Property Value
    Type
    GridDataTableModel

    TableProperties

    Declaration
    public GridDataTableProperties TableProperties { get; }
    Property Value
    Type
    GridDataTableProperties

    Methods

    CollapseGroup(Group)

    Declaration
    public virtual int CollapseGroup(Group group)
    Parameters
    Type Name Description
    Syncfusion.Windows.Data.Group group
    Returns
    Type
    System.Int32

    ComputeCount(Group, ref Int32)

    Declaration
    public void ComputeCount(Group group, ref int itemcount)
    Parameters
    Type Name Description
    Syncfusion.Windows.Data.Group group
    System.Int32 itemcount

    ExpandGroup(Group)

    Declaration
    public virtual int ExpandGroup(Group group)
    Parameters
    Type Name Description
    Syncfusion.Windows.Data.Group group
    Returns
    Type
    System.Int32

    GetGroupCaptionText(Group, String, String)

    Declaration
    public override string GetGroupCaptionText(Group group, string groupSpecifierText, string columnHeaderName)
    Parameters
    Type Name Description
    Syncfusion.Windows.Data.Group group
    System.String groupSpecifierText
    System.String columnHeaderName
    Returns
    Type
    System.String

    GetGroupCaptionText(Group, String, String, IValueConverter)

    Declaration
    public string GetGroupCaptionText(Group group, string groupSpecifierText, string columnHeaderName, IValueConverter converter)
    Parameters
    Type Name Description
    Syncfusion.Windows.Data.Group group
    System.String groupSpecifierText
    System.String columnHeaderName
    System.Windows.Data.IValueConverter converter
    Returns
    Type
    System.String

    HasDetailsView()

    Determines whether [has details view].

    Declaration
    public override bool HasDetailsView()
    Returns
    Type Description
    System.Boolean

    true if [has details view]; otherwise, false.

    Invalidate(Int32, Int32)

    Declaration
    public override void Invalidate(int index, int count)
    Parameters
    Type Name Description
    System.Int32 index
    System.Int32 count
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved