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.v19.1.dll

Declaration

public SourceObjectContainer Item { get; }

Property Value

Type Description
SourceObjectContainer

A SourceObjectContainer object that is the target item.

See Also