Skip to main content

FilterTimeRegionEventArgs.View Property

The scheduler’s view that raised the event.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ViewBase View { get; }

Property Value

Type Description
ViewBase

A DevExpress.Xpf.Scheduling.ViewBase descendant.

See Also