Table of Contents

Class ClearFilterSelectedItemsMenu<T>

Namespace
Innova.Prism.Library.Menus
Assembly
Innova.Prism.Library.dll

Represents a menu item for clearing the selected filter items.

public class ClearFilterSelectedItemsMenu<T> : MenuModelEntity<T>, INotifyPropertyChanged, IMenuModelEntity<T>, IMenuModel, IMenuBaseModel, IMenuItemModelBase where T : class

Type Parameters

T

The type of the menu item.

Inheritance
ClearFilterSelectedItemsMenu<T>
Implements
Extension Methods

Constructors

ClearFilterSelectedItemsMenu(IEventAggregator)

Initializes a new instance of the ClearFilterSelectedItemsMenu<T> class.