IDynamicReadOnly Interface

Definition

Allows an object to dynamicaly override the IsReadOnly value for any property

public interface IDynamicReadOnly
type IDynamicReadOnly = interface
Public Interface IDynamicReadOnly
Derived

Methods

OverrideReadOnly(IList<LocalizablePropertyDescriptor>, ITypeDescriptorContext, Object, Attribute[])

Called with a list of LocalizablePropertyDescriptor which can then be called to override the IsReadOnly attribute of any property

Events

ReadOnlyPropertyChanged

Applies to