dynamic_filter property

dynamic_filter property

Gets DynamicFilter for filtering with dynamic criteria.

Remarks

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

Definition:

@property
def dynamic_filter(self):
    ...

See Also