Click or drag to resize

PlaceholderModelPlaceholderBehaviour Property

Sets the behavior of the Placeholder object.

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

Property Value

Type: String
Remarks

Setting the PlaceholderBehaviour value will determine what happens when an item is dropped onto the Placeholder.

Accepts the following values: Normal, Duplicate, Trash, Drop, Replace, ShowMessage.

See Also