menu

WinForms

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

    Show / Hide Table of Contents

    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.

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