Class Top10Filter

Top10Filter class

Represents the top 10 filter.

public class Top10Filter

Properties

NameDescription
Criteria { get; set; }
IsPercent { get; set; }Indicates whether the items is percent.
IsTop { get; set; }Indicates whether it’s top filter.
Items { get; set; }Gets and sets the items of the filter.

See Also