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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public T ViewModel { get; }

Property Value

Type Description
T

An object representing the window’s View Model.

See Also