menu

WPF

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

    Show / Hide Table of Contents

    Class ExpandableObjects

    Inheritance
    System.Object
    ExpandableObjects
    Namespace: Syncfusion.Windows.PropertyGrid
    Assembly: Syncfusion.PropertyGrid.Wpf.dll
    Syntax
    public class ExpandableObjects : ExpandableObjectConverter

    Constructors

    ExpandableObjects()

    Declaration
    public ExpandableObjects()

    Methods

    GetPropertiesSupported(ITypeDescriptorContext)

    Gets a value indicating whether this object supports properties using the specified context.

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

    An System.ComponentModel.ITypeDescriptorContext that provides a format context.

    Returns
    Type Description
    System.Boolean

    true because System.ComponentModel.TypeConverter.GetProperties(System.Object) should be called to find the properties of this object. This method never returns false.

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