Skip to main content
A newer version of this page is available. .

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

Declaration

public Type GotoDateWindowType { get; set; }

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 GotoDateWindowType
SchedulerControl
.OptionsWindows.GotoDateWindowType

Remarks

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

See Also