icon_filter property

icon_filter property

Gets FilterColumn.icon_filter for filtering data by icon.

Remarks

Before using this property, please make sure FilterColumn.filter_type is FilterType.ICON_FILTER, otherwise null will be returned.

Definition:

@property
def icon_filter(self):
    ...

See Also