EditableObjectBaseEditableObjectBehavior 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: 8.1.0
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.

See Also