Click or drag to resize

CreateItemModelReplaceMode Property

Determines the replace action performed on the element.

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public ReplaceItemMode ReplaceMode { get; set; }

Property Value

Type: ReplaceItemMode
Remarks

Only works when CanReplace set to true. See ReplaceItemMode for available values.

See Also