Table of Contents

Method HideProperty

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HideProperty(IPropertyGridItem, bool, bool)

Hides or shows property.

bool HideProperty(IPropertyGridItem prop, bool hide, bool recurse = true)

Parameters

prop IPropertyGridItem

Property item.

hide bool

true to hide the property, false to show the property.

recurse bool

Perform operation recursively for the child items.

Returns

bool

true if operation was successful, false otherwise.