Skip to main content

SchedulerViewBase.VisualViewInfo Property

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

[Browsable(false)]
public VisualViewInfoBase VisualViewInfo { get; set; }

#Property Value

Type Description
VisualViewInfoBase

A DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase object that provides view information on the scheduler control's visual elements.

#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