menu

WinForms

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

    Show / Hide Table of Contents

    Class PropertyDescriptorAdv

    Inheritance
    System.Object
    PropertyDescriptorAdv
    CustomPropertyDescriptor
    Namespace: Syncfusion.Windows.Forms.ComponentModel
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public abstract class PropertyDescriptorAdv : PropertyDescriptor

    Constructors

    PropertyDescriptorAdv(Type, String, Type)

    Declaration
    protected PropertyDescriptorAdv(Type componentType, string name, Type propertyType)
    Parameters
    Type Name Description
    System.Type componentType
    System.String name
    System.Type propertyType

    PropertyDescriptorAdv(Type, String, Type, Attribute[])

    Declaration
    protected PropertyDescriptorAdv(Type componentType, string name, Type propertyType, Attribute[] attributes)
    Parameters
    Type Name Description
    System.Type componentType
    System.String name
    System.Type propertyType
    System.Attribute[] attributes

    Properties

    ComponentType

    Declaration
    public override Type ComponentType { get; }
    Property Value
    Type
    System.Type

    IsReadOnly

    Declaration
    public override bool IsReadOnly { get; }
    Property Value
    Type
    System.Boolean

    PropertyType

    Declaration
    public override Type PropertyType { get; }
    Property Value
    Type
    System.Type

    Methods

    CanResetValue(Object)

    Declaration
    public override bool CanResetValue(object component)
    Parameters
    Type Name Description
    System.Object component
    Returns
    Type
    System.Boolean

    ResetValue(Object)

    Declaration
    public override void ResetValue(object component)
    Parameters
    Type Name Description
    System.Object component

    ShouldSerializeValue(Object)

    Declaration
    public override bool ShouldSerializeValue(object component)
    Parameters
    Type Name Description
    System.Object component
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved