Back to Devexpress

OptionsWindows.DeleteOccurrenceWindowType Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-optionswindows-bf674303.md

latest1.6 KB
Original Source

OptionsWindows.DeleteOccurrenceWindowType Property

Gets or sets the type of Delete Occurence 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 DeleteOccurrenceWindowType { get; set; }
vb
Public Property DeleteOccurrenceWindowType As Type

Property Value

TypeDescription
Type

A Type value indicating the window type.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DeleteOccurrenceWindowType
SchedulerControl

.OptionsWindows .DeleteOccurrenceWindowType

|

Remarks

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

See Also

OptionsWindows Class

OptionsWindows Members

DevExpress.Xpf.Scheduling Namespace