Skip to main content

ItemPropertyChangedEventArgs.Item Property

Gets an item whose property has been changed.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public SourceObjectContainer Item { get; }

Property Value

Type Description
SourceObjectContainer

A SourceObjectContainer object that is the target item.

See Also