Returns true if the editor supports (is able to show/edit) the property values described by the PropertyAttribute.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
bool Supports(
	PropertyAttribute Property
)
Visual Basic
Function Supports ( _
	Property As PropertyAttribute _
) As Boolean

See Also