Skip to main content

XlTop10Filter.Top Property

Gets or sets whether top items should be included in the "Top 10" filtering results.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Top { get; set; }

Property Value

Type Description
Boolean

true, to filter by top order; otherwise, false. If false, bottom items satisfying the filter criteria are displayed.

See Also