Name | Description | |
---|---|---|
![]() | DataFormat | Gets or sets the format of this model's data. |
![]() | HasUndoManager | Gets or sets a flag that enables or disables support for undo and redo. |
![]() | IsChangingModel | This property is true during a call to ChangeModel, indicating a change happening due to an undo or a redo. |
![]() | IsInTransaction | This property is true after a StartTransaction and before a corresponding CommitTransaction or RollbackTransaction. |
![]() | IsModified | Gets or sets whether this model is considered changed from an earlier state. |
![]() | Modifiable | Gets or sets whether various model-changing methods are enabled. |
![]() | Name | A name for this model. |
![]() | SkipsUndoManager | Gets or sets a flag that tells OnChanged whether it should notify any UndoManager that a change has occurred. |
![]() | UndoManager | Gets or sets the UndoManager for this model. |