Skip to main content
All docs
V24.1
Row

AutoFilterColumn.ColorFilter Property

Obtains the color filter applied to column cell values.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.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