Skip to main content

XlCustomFilters.First Property

Gets or sets the first filter criterion.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCustomFilterCriteria First { get; set; }

Property Value

Type Description
XlCustomFilterCriteria

An XlCustomFilterCriteria object that specifies the filter criterion value and the comparison operator used to construct the filter expression.

See Also