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. |