AutoFilterColumn.ColorFilter Property
In This Article
Obtains the color filter applied to column cell values.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
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:
- AutoFilterColumn.ApplyFillColorFilter
- AutoFilterColumn.ApplyFillFilter
- AutoFilterColumn.ApplyFontColorFilter
See Also