Interface IGetItemProperties
Provides support for the GetItemProperties() method that returns a System.ComponentModel.PropertyDescriptorCollection.
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public interface IGetItemProperties
Methods
GetItemProperties()
Returns a System.ComponentModel.PropertyDescriptorCollection.
Declaration
PropertyDescriptorCollection GetItemProperties()
Returns
Type | Description |
---|---|
System.ComponentModel.PropertyDescriptorCollection | A System.ComponentModel.PropertyDescriptorCollection. |