Skip to main content
A newer version of this page is available. .

SchedulerDateNavigationBar.Panel Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

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