Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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