Skip to main content

SchedulerDateNavigationBar.Panel Property

Provides access to the inner control of the date navigation bar. For internal use.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public XtraUserControl Panel { get; set; }

Property Value

Type Description
XtraUserControl

An XtraUserControl object that is the inner control of the date navigation bar.

See Also