SchedulerViewBase.VisualViewInfo Property
In This Article
Gets or sets an object providing view information on elements displayed within the SchedulerControl, dependent on the current active view and type of grouping.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Visual |
A DevExpress. |
#Remarks
Use the VisualViewInfo property to access the DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase class descendant, providing information on visual elements of the scheduler control. The return object depends on the current active view (SchedulerControl.ActiveView) and group type (SchedulerControl.GroupType).
See Also