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

ItemPropertyChangedEventArgs.Item Property

Gets an item whose property has been changed.

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

public SourceObjectContainer Item { get; }

Property Value

Type Description
SourceObjectContainer

A SourceObjectContainer object that is the target item.

See Also