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

XlTop10Filter.Percent Property

Gets or sets a value indicating whether to show values that fall in the top/bottom N percent of a column.

Namespace: DevExpress.Export.Xl

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

Declaration

public bool Percent { get; set; }

Property Value

Type Description
Boolean

true, to filter by the top/bottom N percent of column items; otherwise, false. A false value filters by a number of items.

Remarks

Set the Percent property to true to display the number of top/bottom values corresponding to a percentage of the total number of values in the filtered column.

See Also