Share via


FilterRulePanelItem Class

Definition

The FilterRulePanelItem class maintains the state for a row item within a FilterRulePanel.

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

Constructors

FilterRulePanelItem(FilterRule, String)

Initializes a new instance of the FilterRulePanelItem class.

Properties

GroupId

Gets a string that indentifies which group this item belongs to.

ItemType

Gets the type of FilterRulePanelItemType.

Rule

Gets a FilterRule that is stored in this FilterRulePanelItem.

Methods

NotifyPropertyChanged(String)

Notifies listeners that a property has changed.

Events

PropertyChanged

Notifies listeners that a property has changed.

Applies to