Top10Filter Class

Top10Filter class

Represents the top 10 filter.


type Top10Filter struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewTop10FilterConstructs from an Object convertible to this.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
ToObjectGets the Object.
IsTopIndicates whether it’s top filter.
SetIsTopIndicates whether it’s top filter.
IsPercentIndicates whether the items is percent.
SetIsPercentIndicates whether the items is percent.
GetItemsGets and sets the items of the filter.
SetItemsGets and sets the items of the filter.
GetCriteria
SetCriteria