ExpandablePropertiesConverterGetPropertiesSupported Method

Returns whether this object supports properties, using the specified context.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public override bool GetPropertiesSupported(
	ITypeDescriptorContext? context
)

Parameters

context  ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.

Return Value

Boolean
if GetProperties(Object) should be called to find the properties of this object; otherwise, .

See Also