Property Filter
Filter
Gets or sets the filtering criteria used by the RagEngine when processing data sources and sections.
public DataFilter Filter { get; set; }
Property Value
Remarks
When set, the Filter property allows you to provide custom filtering logic via delegate functions for both
DataSource and Section objects. During operations such as partition gathering, any data source
or section for which the corresponding filter function returns true
will be skipped.