 |
| BcfDataSetUndoRepositoryMaxItems Property |
Gets or sets the maximum item count for undo and redo stack.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic int MaxItems { get; set; }Public Property MaxItems As Integer
Get
Set
public:
property int MaxItems {
int get ();
void set (int value);
}member MaxItems : int with get, set
Property Value
Type:
Int32The maximum item count.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also