SchedulerViewBase.Type Property
In This Article
Gets the View's type.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Scheduler |
One of the Scheduler |
#Remarks
Descendants of the SchedulerViewBase class override this abstract property to return an appropriate View type.
#Implements
DevExpress.XtraScheduler.Native.ISchedulerViewRepositoryItem.Type
See Also