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

ISchedulerHitInfo.ViewModel Property

Provides the hit information about the view model located under the test point.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

ISelectableInterval ViewModel { get; }

Property Value

Type Description
DevExpress.Xpf.Scheduling.ISelectableInterval

A DevExpress.Xpf.Scheduling.ISelectableInterval object providing the hit information.

See Also