menu

WinForms

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

    Show / Hide Table of Contents

    Class CustomPropertiesTypeConverter

    Inheritance
    System.Object
    CustomPropertiesTypeConverter
    Namespace: Syncfusion.Windows.Forms.ComponentModel
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public abstract class CustomPropertiesTypeConverter : TypeConverter

    Constructors

    CustomPropertiesTypeConverter()

    Hide default constructor. Allow to see it only inheritors.

    Declaration
    protected CustomPropertiesTypeConverter()

    Fields

    EmptyAttributes

    Empty attributes array for optimization.

    Declaration
    protected static readonly Attribute[] EmptyAttributes
    Field Value
    Type
    System.Attribute[]

    Methods

    GetProperties(ITypeDescriptorContext, Object, Attribute[])

    Declaration
    public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] filter)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    System.Object value
    System.Attribute[] filter
    Returns
    Type
    System.ComponentModel.PropertyDescriptorCollection

    GetPropertiesSupported(ITypeDescriptorContext)

    Declaration
    public override bool GetPropertiesSupported(ITypeDescriptorContext context)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    Returns
    Type
    System.Boolean

    GetPropertyAttributes(Component, PropertyDescriptor)

    Declaration
    protected abstract Attribute[] GetPropertyAttributes(Component component, PropertyDescriptor property)
    Parameters
    Type Name Description
    System.ComponentModel.Component component
    System.ComponentModel.PropertyDescriptor property
    Returns
    Type
    System.Attribute[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved