XlTop10Filter.Percent Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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