icon_filter property

icon_filter property

Gets IconFilter for filtering data by icon.

Remarks

Sets FilterColumn.filter_type as FilterType.ICON_FILTER first,otherwise Null will be returned.

Definition:

@property
def icon_filter(self):
    ...

See Also