Back to Devexpress

OptionsWindows.TimeRulerWindowType Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-optionswindows-61073aab.md

latest1.6 KB
Original Source

OptionsWindows.TimeRulerWindowType Property

Gets or sets the type of the TimeRuler 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 TimeRulerWindowType { get; set; }
vb
Public Property TimeRulerWindowType 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 TimeRulerWindowType
SchedulerControl

.OptionsWindows .TimeRulerWindowType

|

Remarks

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

See Also

OptionsWindows Class

OptionsWindows Members

DevExpress.Xpf.Scheduling Namespace