Gets or sets whether to show the default editor (the ScheduleItemDialog. The default is that the default editor will be shown if the event is unhandled, but will be suppressed if the event is handled. Event handlers can set this property to true to override this behaviour.

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

Syntax

C#
public bool ShowDefaultEditor { get; set; }
Visual Basic
Public Property ShowDefaultEditor As Boolean
	Get
	Set
Visual C++
public:
property bool ShowDefaultEditor {
	bool get ();
	void set (bool value);
}

See Also