ModelBaseUndoCapacity Property

Gets or sets the undo capacity.
Default value: 20.

Definition

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

Property Value

Int32

Exceptions

ArgumentOutOfRangeExceptionvalue must be greater or equal to 0.

See Also