ContentsIndexHome
PreviousUpNext
IElement.Readonly Property

Indicates whether this IElement is read only. Read only IElements cannot be set to another value or closed. This occurs e.g. when querying the IElement associated with a certain position in an IDataView object. The returned IElement object cannot be assigned a value, because that value should be assigned to the IDataView object instead.

C#
bool Readonly;