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

ItemUpdatedEventArgs.Item Property

Specifies the tree list item that has changed its state.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public MultiQueryItem Item { get; set; }

Property Value

Type Description
MultiQueryItem

A MultiQueryItem object.

See Also