menu

UWP

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

    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.Grid
    Assembly: Syncfusion.SfGrid.UWP.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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved