Skip to main content
.NET 6.0+

ViewItemsChangedEventArgs.Item Property

Specifies the View Item that was added or removed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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