Gets or sets a value indicating the way items are processed when modified interactively.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public ItemModificationStyle ItemModificationStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ItemModificationStyle As ItemModificationStyle |
A member of the ItemModificationStyle enumeration. The default is InPlace.
See Also