[]
        
(Showing Draft Content)

C1.WPF.Pivot.FilterItem

FilterItem Class

Wrapper used as a binding wrapper for filter items displayed in the editor list box.

Inheritance
FilterItem
Namespace: C1.WPF.Pivot
Assembly: C1.WPF.Pivot.dll
Syntax
public class FilterItem : INotifyPropertyChanged

Constructors

Name Description
FilterItem(string, bool)

Initializes a new instance of a FilterItem.

Properties

Name Description
Key

Gets the name of the item.

Value

Gets or sets a value that determines whether this item should be accepted by the filter.

Events

Name Description
PropertyChanged

Occurs when the value of a property changes (required for binding).