WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupColumnDescriptions

    Show / Hide Table of Contents

    Class GroupColumnDescriptions

    Represents a collection of group column description that raises notification for both collection and item changes.

    Inheritance
    System.Object
    GroupColumnDescriptions
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GroupColumnDescriptions : ObservableCollection<GroupColumnDescription>
    Remarks

    You can add multiple GroupColumnDescription instance to perform grouping.

    Constructors

    GroupColumnDescriptions()

    Initializes a new instance of GroupColumnDescriptions class.

    Declaration
    public GroupColumnDescriptions()

    Properties

    Item[String]

    Gets the column from the GroupColumnDescriptions collection at the specified column name.

    Declaration
    public GroupColumnDescription this[string columnName] { get; }
    Parameters
    Type Name Description
    System.String columnName

    The columnName to the retrieve the corresponding column.

    Property Value
    Type Description
    GroupColumnDescription

    Returns the corresponding column from the GroupColumnDescriptions collection.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved