Back to Devexpress

AutoFilterColumn.CustomFilter Property

officefileapi-devexpress-dot-spreadsheet-dot-autofiltercolumn-f945bbd3.md

latest1.6 KB
Original Source

AutoFilterColumn.CustomFilter Property

Provides access to a custom filter applied to values of column cells.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CustomFilter CustomFilter { get; }
vb
ReadOnly Property CustomFilter As CustomFilter

Property Value

TypeDescription
CustomFilter

A CustomFilter object containing filter criteria - values and operators.

|

Remarks

Use the CustomFilter property to get information about the custom filter which is currently in effect. To modify a custom filter, use the AutoFilterColumn.ApplyCustomFilter method.

See Also

CustomFilter

ApplyCustomFilter

AutoFilterColumn Interface

AutoFilterColumn Members

DevExpress.Spreadsheet Namespace