In This Topic
Gets or sets a filter string applied to the layer's data. When KML data is loaded into the layer, for each item being loaded this filter is applied to the layer data, and item expressions (
ItemTrackExpr,
ItemVisibleExpr,
ItemStyleExpr) are evaluated in the context of the first data row matching the filter.
Syntax
'Declaration
Public Property ItemFilterExpr As String
public string ItemFilterExpr {get; set;}
See Also