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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
Type | A Type value indicating the window type. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DeleteOccurrenceWindowType |
---|---|
SchedulerControl |
|
Remarks
Use the DeleteOccurrenceWindowType property to replace the default dialog with a custom window.
See Also