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

NuGet Package: DevExpress.DataAccess

Declaration

public MultiQueryItem Item { get; set; }

Property Value

Type Description
MultiQueryItem

A MultiQueryItem object.

See Also