Class PropertyGroupDescription
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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