Share via


AddFilterRulePickerItem Class

Definition

The AddFilterRulePicker class is responsible for holding state information needed by the AddFilterRulePicker class.

public ref class AddFilterRulePickerItem : System::ComponentModel::INotifyPropertyChanged
public class AddFilterRulePickerItem : System.ComponentModel.INotifyPropertyChanged
type AddFilterRulePickerItem = class
    interface INotifyPropertyChanged
Public Class AddFilterRulePickerItem
Implements INotifyPropertyChanged
Inheritance
AddFilterRulePickerItem
Implements

Constructors

AddFilterRulePickerItem(FilterRulePanelItem)

Initializes a new instance of the FilterRulePanelItem class.

Properties

FilterRule

Gets the FilterRulePanelItem that will be added to the FilterRulePanel.

IsChecked

Gets or sets a value indicating whether this item should be added to the FilterRulePanel.

Methods

NotifyPropertyChanged(String)

Notifies listeners that a property has changed.

Events

PropertyChanged

Notifies listeners that a property has changed.

Applies to