menu

WinForms

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

    Show / Hide Table of Contents

    Class CustomPropertyDescriptor

    Inheritance
    System.Object
    PropertyDescriptorAdv
    CustomPropertyDescriptor
    Inherited Members
    PropertyDescriptorAdv.CanResetValue(Object)
    PropertyDescriptorAdv.ComponentType
    PropertyDescriptorAdv.IsReadOnly
    PropertyDescriptorAdv.PropertyType
    PropertyDescriptorAdv.ResetValue(Object)
    PropertyDescriptorAdv.ShouldSerializeValue(Object)
    Namespace: Syncfusion.Windows.Forms.ComponentModel
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class CustomPropertyDescriptor : PropertyDescriptorAdv

    Constructors

    CustomPropertyDescriptor(PropertyDescriptor, Attribute[])

    Declaration
    public CustomPropertyDescriptor(PropertyDescriptor inner, Attribute[] attributes)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyDescriptor inner
    System.Attribute[] attributes

    Methods

    GetValue(Object)

    Declaration
    public override object GetValue(object component)
    Parameters
    Type Name Description
    System.Object component
    Returns
    Type
    System.Object

    SetValue(Object, Object)

    Declaration
    public override void SetValue(object component, object value)
    Parameters
    Type Name Description
    System.Object component
    System.Object value
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved