Back to Devexpress

SchedulerCommands.CustomizeTimeRulerCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-6b38b5b6.md

latest1.5 KB
Original Source

SchedulerCommands.CustomizeTimeRulerCommand Property

Gets or sets a command used to invoke the TimeRuler Window when the mouse hovers over the time ruler.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ICommand CustomizeTimeRulerCommand { get; set; }
vb
Public Property CustomizeTimeRulerCommand As ICommand

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

See Also

TimeRuler Window

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace