[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ValueFilter

ValueFilter Class

Represents a filter based on a set of values.

Inheritance
ValueFilter
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public class ValueFilter : BaseFilter, IC1ColumnFilter2, IC1ColumnFilter

Constructors

Name Description
ValueFilter()

Properties

Name Description
IsActive

Gets or sets a value that determines whether the filter is active.

ShowValues

Gets or sets an array with the values that should be included in the output.

ValuesLimit

Gets or sets the limit count of values in value filter.

Methods

Name Description
Apply(object)

Applies the filter to a value.

GetEditor()

Gets the editor used to modify the filter at run time.

ReadXmlDefinition(XmlReader)

Reads XML definition of the filter.

Reset()

Resets the filter making it inactive.

WriteXmlDefinition(XmlWriter)

Writes XML definition of the filter.