ClassFillColorFilter
Filters rows by matching cell background fill color against a specified fill; use for visual grouping in filtered data.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Filtering
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class FillColorFilter : FilterBase<IFill>, IFilter
Inheritance: objectFilterBase<IFill>FillColorFilter
Implements:
Inherited Members
Constructors
FillColorFilter(int, IFill)
Initializes a new instance of the FillColorFilter class.
Properties
Fill
Gets the target background fill that cells must match to pass the filter.
PropertyDefinition
Gets the cell fill property definition used to retrieve fill values from cells.
Declaration
protected override IPropertyDefinition<IFill> PropertyDefinition { get; }
Property Value
The property definition.
Overrides
Methods
GetHashCode()
Serves as a hash function for a particular type.
ShouldShowValue(object)
Determines whether the row containing the specified fill matches the filter's target fill, accounting for theme color resolution.