Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ViewItemsChangedEventArgs.Item Property

Specifies the View Item that was added or removed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ViewItem Item { get; }

Property Value

Type Description
ViewItem

A ViewItem descendant specifying the View Item that was added or removed.

See Also