dynamic_filter property

dynamic_filter property

Gets FilterColumn.dynamic_filter for filtering with dynamic criteria.

Remarks

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

Definition:

@property
def dynamic_filter(self):
    ...

See Also