menu

WinUI

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

    Show / Hide Table of Contents

    Class PropertyGroupDescription

    Represents a class that contains the grouping information like group description's name and converter based on which grouping for a property is processed.

    Inheritance
    System.Object
    GroupDescription
    PropertyGroupDescription
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    GroupDescription.OnPropertyChanged(PropertyChangedEventArgs)
    GroupDescription.PropertyChanged
    GroupDescription.ShouldSerializeGroupNames()
    Namespace: Syncfusion.UI.Xaml.Data
    Assembly: Syncfusion.Data.WinUI.dll
    Syntax
    public class PropertyGroupDescription : GroupDescription, INotifyPropertyChanged

    Constructors

    PropertyGroupDescription()

    Initializes a new instance of PropertyGroupDescription class.

    Declaration
    public PropertyGroupDescription()

    PropertyGroupDescription(String)

    Initializes a new instance of PropertyGroupDescription class.

    Declaration
    public PropertyGroupDescription(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    The underlying property of the collection view, based on which grouping is to be processed.

    PropertyGroupDescription(String, StringComparison)

    Initializes a new instance of PropertyGroupDescription class.

    Declaration
    public PropertyGroupDescription(string propertyName, StringComparison stringComparison)
    Parameters
    Type Name Description
    System.String propertyName

    The underlying property of the collection view, based on which grouping is to be processed.

    System.StringComparison stringComparison

    The System.StringComparison for specifying the culture, case, sort rules and etc.

    Properties

    PropertyName

    Gets or sets the property of the underlying collection view based on which grouping is to be performed.

    Declaration
    public string PropertyName { get; set; }
    Property Value
    Type Description
    System.String

    The property of the underlying collection view based on which grouping is to be performed.

    StringComparison

    Gets or sets the System.StringComparison for specifying the culture, case, sort rules and etc for grouping.

    Declaration
    public StringComparison StringComparison { get; set; }
    Property Value
    Type Description
    System.StringComparison

    The System.StringComparison for specifying the culture, case, sort rules and etc for grouping.

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved