Class PropertyGroupDescription
Inheritance
System.Object
PropertyGroupDescription
Implements
System.ComponentModel.INotifyPropertyChanged
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
StringComparison
Declaration
public StringComparison StringComparison { get; set; }
Property Value
| Type |
| System.StringComparison |
Implements
System.ComponentModel.INotifyPropertyChanged