[]
        
(Showing Draft Content)

C1.DataFilter.BoolFilterBase

BoolFilterBase Class

Base class represents a filter with checkbox.

Inheritance
BoolFilterBase
Namespace: C1.DataFilter
Assembly: C1.Win.DataFilter.8.dll
Syntax
public abstract class BoolFilterBase : Filter, INotifyPropertyChanged

Constructors

Name Description
BoolFilterBase(string, bool)

Initializes a new instance of the BoolFilterBase with the name of the data item property.

Properties

Name Description
DefaultValue

Gets or sets the default value of the current filter.

Expression

Gets the expression of the current filter.

IgnoreDefault

Gets or sets a value indicating whether the current filter applies when the Value is equal to the DefaultValue or not.

IsApplied

Gets a value indicating the current filter is applied or not.

Text

Gets or sets the text of label of checkbox.

Value

Gets or sets the value of the current filter.

Methods

Name Description
Reset(bool)

Resets the filter value to the default value.

SetValue(bool, bool)

Sets a value of BoolFilterBase class.