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
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:
- AutoFilterColumn.ApplyFillColorFilter
- AutoFilterColumn.ApplyFillFilter
- AutoFilterColumn.ApplyFontColorFilter
See Also