Gets or sets the duration in minutes for a schedule item that is added useing the "Create here" button. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int CreateHereElementDuration { get; set; }
Visual Basic
Public Property CreateHereElementDuration As Integer
	Get
	Set
Visual C++
public:
property int CreateHereElementDuration {
	int get ();
	void set (int value);
}

See Also