Skip to main content

ItemUpdatedEventArgs.Item Property

Specifies the tree list item that has changed its state.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public MultiQueryItem Item { get; set; }

Property Value

Type Description
MultiQueryItem

A MultiQueryItem object.

See Also