Skip to main content

CustomizeVisualViewInfoEventArgs.VisualViewInfo Property

Gets an object which contains information on the visual representation of visual elements displayed in the Scheduler Control, depending on the current active view and group type currently applied to appointments.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public VisualViewInfoBase VisualViewInfo { get; }

Property Value

Type Description
VisualViewInfoBase

A VisualViewInfoBase class descendant.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

Use the VisualViewInfo property to access an object that can be used to customize the visualization of the current active view elements displayed in the Scheduler control, when one of the available group types is applied.

See Also