[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.BaseFilter

BaseFilter Class

Represents a base filter.

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

Constructors

Name Description
BaseFilter()

Properties

Name Description
IsActive

Gets a value that determines whether the filter is active.

Methods

Name Description
Apply(object)

Applies the filter to a value.

DecodeXmlValue(string, Type)

Decodes string value to filter typed value.

EncodeXmlValue(object)

Encodes filter value to string value.

GetDataType(XmlReader)

Gets filter data type from XML definition.

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.