C1.WPF.DataFilter Namespace / Filter Class
Properties Methods Events


Filter Class Members

The following tables list the members exposed by Filter.

Public Properties
 NameDescription
Public PropertyGets the header that will be shown in the column header. if HeaderText is not specified the PropertyName property will be used.  
Public PropertyFilter attached state.  
Public PropertyGets or sets the expression of the current Filter.  
Public PropertyGets or sets a value of header text of the current Filter.  
Public PropertyGets a value indicating the current Filter is applied or not.  
Public PropertyGets a value indicating whether this filter was generated automatically.  
Public PropertyGets or sets the name of the data item property to which the current Filter applies.  
Public PropertyGets or sets the text that appears as a ToolTip for header of this filter.  
Top
Public Methods
 NameDescription
Public MethodResets the filter value to the default value.  
Top
Protected Methods
 NameDescription
Protected MethodCalls when the filter state was changed.  
Protected MethodOverloaded. Raises the NotifyPropertyChanged.PropertyChanged event. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
Protected MethodRaises the NotifyPropertyChanged.ValueChanged event. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
Protected MethodCompares two values of property and raises an NotifyPropertyChanged.PropertyChanged event if they are different. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
Top
Public Events
 NameDescription
Public EventNotifies clients that a AttachedState value has changed.  
Public EventOccurs when a property value changes. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
Public EventOccurs when a value of current Filter changes. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
Top
See Also