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

WindowShowingEventArgs<T>.Window Property

Gets or sets the window to which the event is raised.

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

public Window Window { get; set; }

Property Value

Type Description
Window

A Window object that is the target window.

See Also