CellValuesFilterBase
Class
Base for filters that evaluate cell values to determine whether rows should be hidden or visible.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Filtering
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public abstract class CellValuesFilterBase : FilterBase<ICellValue>, IFilter
Inheritance: objectFilterBase<ICellValue>CellValuesFilterBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the CellValuesFilterBase class.
C#
protected CellValuesFilterBase(int relativeColumnIndex)
The relative index of the column.
Properties
Provides the cell value property definition used to retrieve values for filter evaluation.
C#
protected override IPropertyDefinition<ICellValue> PropertyDefinition { get; }
The property definition.
Overrides: