Interface IStandardValuesProvider
Provides support for the GetStandardValues(PropertyDescriptor) method that returns an array of standard values used by StandardValuesCollectionConverter.
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public interface IStandardValuesProvider
Methods
GetStandardValues(PropertyDescriptor)
Returns an array of standard values used by StandardValuesCollectionConverter.
Declaration
ICollection GetStandardValues(PropertyDescriptor pd)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.PropertyDescriptor | pd | The context.PropertyDescriptor of a TypeConverter.GetStandardValues method. |
Returns
| Type | Description |
|---|---|
| System.Collections.ICollection | An array of standard values used by StandardValuesCollectionConverter. |