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

WindowShowingEventArgs<T>.ViewModel Property

Provides access to the View Model for the invoked window.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public T ViewModel { get; }

Property Value

Type Description
T

An object representing the window’s View Model.

See Also