Table of Contents

Method HideProperty

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

HideProperty(IPropertyGridItem, bool, PropertyGridItemValueFlags)

Hides or shows property.

bool HideProperty(IPropertyGridItem id, bool hide, PropertyGridItemValueFlags flags)

Parameters

id IPropertyGridItem
hide bool

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

flags PropertyGridItemValueFlags

Returns

bool

true if operation was successful, false otherwise.