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.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool ShowDefaultEditor { get; set; }
Visual Basic (Declaration)
Public Property ShowDefaultEditor As Boolean

See Also