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

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.v19.1.Core.dll

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