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