menu

WinForms

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

    Show / Hide Table of Contents

    Class PropertyGroupDescription

    Inheritance
    System.Object
    GroupDescription
    PropertyGroupDescription
    ColumnGroupDescription
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    GroupDescription.GroupNames
    GroupDescription.OnPropertyChanged(PropertyChangedEventArgs)
    GroupDescription.PropertyChanged
    GroupDescription.ShouldSerializeGroupNames()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.WinForms.dll
    Syntax
    public class PropertyGroupDescription : GroupDescription, INotifyPropertyChanged

    Constructors

    PropertyGroupDescription()

    Declaration
    public PropertyGroupDescription()

    PropertyGroupDescription(String)

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

    PropertyGroupDescription(String, StringComparison)

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

    Properties

    PropertyName

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

    StringComparison

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

    Implements

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