Skip to main content
A newer version of this page is available. .

XlDynamicFilter.MaxValue Property

Gets or sets a maximum value for the dynamic filter.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public XlVariantValue MaxValue { get; set; }

Property Value

Type Description
XlVariantValue

An XlVariantValue object.

Remarks

The MaxValue value is used by the following types of dynamic filter:

These criteria are based on a value range. The lower value is defined by the XlDynamicFilter.Value property, and the higher value is expressed using MaxValue.

Note that you don’t need to specify these values manually in your code as they are set automatically to the appropriate values based on the current date and time.

See Also