Table of Contents

Method SetPropertyReadOnly

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

SetPropertyReadOnly(IPropertyGridItem, bool, bool)

Sets property readonly flag.

public virtual void SetPropertyReadOnly(IPropertyGridItem prop, bool isSet, bool recurse = true)

Parameters

prop IPropertyGridItem

Property item.

isSet bool

New Readonly flag value.

recurse bool

true to change readonly flag recursively for child propereties, false otherwise.