Skip to main content

XlCustomFilters.And Property

Gets or sets a value indicating whether the logical AND operator should be used to combine two filter criteria.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool And { get; set; }

Property Value

Type Description
Boolean

true, to use the AND operator; otherwise, false. If false, the OR operator is used.

See Also