Skip to main content

WindowShowingEventArgs<T>.Window Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public Window Window { get; set; }

Property Value

Type Description
Window

A Window object that is the target window.

See Also