Skip to main content

SchedulerHeaderSettings.GotoTodayIcon Property

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public IconElement GotoTodayIcon { get; set; }

Property Value

Type
IconElement

Property Paths

You can access this nested property as listed below:

Object Type Path to GotoTodayIcon
SchedulerControl
.ActualHeaderSettings .GotoTodayIcon
SchedulerControl
.HeaderSettings .GotoTodayIcon
See Also