Top10Filter Class
Top10Filter class
Represents the top 10 filter.
type Top10Filter struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewTop10Filter | Constructs from an Object convertible to this. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| ToObject | Gets the Object. |
| IsTop | Indicates whether it’s top filter. |
| SetIsTop | Indicates whether it’s top filter. |
| IsPercent | Indicates whether the items is percent. |
| SetIsPercent | Indicates whether the items is percent. |
| GetItems | Gets and sets the items of the filter. |
| SetItems | Gets and sets the items of the filter. |
| GetCriteria | |
| SetCriteria |