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

XlDocumentView.GroupDatesInAutoFilterMenu Property

Specifies whether to group DateTime values in the AutoFilter menu.

Namespace: DevExpress.Export.Xl

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

Declaration

public bool GroupDatesInAutoFilterMenu { get; set; }

Property Value

Type Description
Boolean

true to group dates in AutoFilter menu; otherwise, false.

See Also