[]
        
(Showing Draft Content)

C1.WPF.Extended.PropertyGrid.NumericEditor.Supports

Supports Method

Supports(PropertyAttribute)

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

Declaration
public virtual bool Supports(PropertyAttribute Property)
Parameters
Type Name Description
PropertyAttribute Property
Returns
Type Description
bool
Implements