Back to Devexpress

SchedulerDateNavigationBar.Panel Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatenavigationbar.md

latest1.3 KB
Original Source

SchedulerDateNavigationBar.Panel Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public XtraUserControl Panel { get; set; }
vb
<Browsable(False)>
Public Property Panel As XtraUserControl

Property Value

TypeDescription
XtraUserControl

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

|

See Also

SchedulerDateNavigationBar Class

SchedulerDateNavigationBar Members

DevExpress.XtraScheduler Namespace