Skip to main content

SchedulerHeaderSettings.ShowDefaultItems Property

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "UpdateActualToolbarGroups")]
public bool ShowDefaultItems { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

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