Skip to main content
.NET 6.0+

ViewItemsChangedEventArgs.ChangedType Property

Specifies whether the ViewItemsChangedEventArgs.Item has been added to a Composite View or removed from it.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ViewItemsChangedType ChangedType { get; }

Property Value

Type Description
ViewItemsChangedType

A ViewItemsChangedType enumeration value specifying whether the ViewItemsChangedEventArgs.Item has been added to a Composite View or removed from it.

See Also