Back to Devexpress

ItemPropertyChangedEventArgs.Item Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-itempropertychangedeventargs-43954a11.md

latest1.2 KB
Original Source

ItemPropertyChangedEventArgs.Item Property

Gets an item whose property has been changed.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public SourceObjectContainer Item { get; }
vb
Public ReadOnly Property Item As SourceObjectContainer

Property Value

TypeDescription
SourceObjectContainer

A SourceObjectContainer object that is the target item.

|

See Also

ItemPropertyChangedEventArgs Class

ItemPropertyChangedEventArgs Members

DevExpress.Xpf.Scheduling Namespace