Skip to main content
All docs
V25.1
  • Row

    AutoFilterColumn.ColorFilter Property

    Obtains the color filter applied to column cell values.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    ColorFilter ColorFilter { get; }

    Property Value

    Type Description
    DevExpress.Spreadsheet.ColorFilter

    An object that contains filter criteria - color parameters and offset.

    Remarks

    Use the ColorFilter property to get information about the color filter which is currently in effect. To modify a color filter, use the following methods:

    See Also