Skip to main content

OptionsWindows.EditOccurrenceWindowType Property

Gets or sets the type of the Edit Occurrence Window. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public Type EditOccurrenceWindowType { get; set; }

Property Value

Type Description
Type

A Type instance indicating the window type.

Property Paths

You can access this nested property as listed below:

Object Type Path to EditOccurrenceWindowType
SchedulerControl
.OptionsWindows .EditOccurrenceWindowType

Remarks

Use the EditOccurrenceWindowType property to replace the default dialog with a custom window.

See Also