Skip to main content

SchedulerHitInfo.ViewInfo Property

Gets the object which contains the information used to render the visual element located under the test point.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public SelectableIntervalViewInfo ViewInfo { get; protected set; }

Property Value

Type Description
DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo

A DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo class descendant providing view information on the visual element located under the test point.

Remarks

The ViewInfo property provides access to a DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo class descendant (e.g. to the AppointmentViewInfo instance when an appointment’s visual element is being hit). The properties and methods of this object can be used to obtain all the view information available on the visual element located under the test point.

See Also