Back to Devexpress

OptionsWindows.GotoDateWindowType Property

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

latest1.6 KB
Original Source

OptionsWindows.GotoDateWindowType Property

Gets or sets the type of the Go to Date 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 GotoDateWindowType { get; set; }
vb
Public Property GotoDateWindowType 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 GotoDateWindowType
SchedulerControl

.OptionsWindows .GotoDateWindowType

|

Remarks

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

See Also

OptionsWindows Class

OptionsWindows Members

DevExpress.Xpf.Scheduling Namespace