Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ViewInfo property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also