Back to Devexpress

OptionsWindows.EditOccurrenceWindowType Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-optionswindows-03df1389.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public Type EditOccurrenceWindowType { get; set; }
vb
Public Property EditOccurrenceWindowType As Type

Property Value

TypeDescription
Type

A Type instance indicating the window type.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EditOccurrenceWindowType
SchedulerControl

.OptionsWindows .EditOccurrenceWindowType

|

Remarks

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

See Also

OptionsWindows Class

OptionsWindows Members

DevExpress.Xpf.Scheduling Namespace