ModelBaseEditableObjectBehavior Property

Gets how the object should behave if treated as an IEditableObject.
The base implementation returns DisableNesting.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
protected virtual EditableObjectBehavior EditableObjectBehavior { get; }

Property Value

EditableObjectBehavior

Remarks

  Note

To see how this affects the editing behavior see the Remarks section of the EditableObjectBase class, which applies also for the ModelBase class.

See Also