IsPropertyDisplayed(System.Reflection.PropertyInfo propertyInfo) Method

Returns a value indicating whether the specified property should be displayed in the editor.

Syntax

protected virtual bool IsPropertyDisplayed(System.Reflection.PropertyInfo propertyInfo)

Parameters

propertyInfo
Type: System.Reflection.PropertyInfo

The property.

Returns

True if property editor should be displayed; false if it should be hidden.