Filters

Overview

Filters is a navigation-tree entry in the main AnalyticsCreator window.

Function

The tree node is created in MainWindow.xaml.cs and uses the mnuFilters context menu defined in MainWindow.xaml.

Access

This topic was rebuilt from MainWindow.xaml and MainWindow.xaml.cs. The source shows the tree entry, its context-menu commands, and the supporting main-window controls.

How to access

Navigation tree

Main window tree -> Filters

Toolbar

File -> Find on diagram and the diagram filter controls in the main window.

Diagram

Not direct. Use the navigation tree.

Visual element

MainWindow -> Filters tree node

Screen overview

The Filters navigation entry exposes the following tree labels and commands in the source-backed UI.

IDPropertyDescription
1FiltersFilter-related control or command defined in the source-backed UI.
2Store current filterFilter-related control or command defined in the source-backed UI.
3Apply filterFilter-related control or command defined in the source-backed UI.
4GroupGroup-related control or command defined in the source-backed UI.
5Diagram filterFilter-related control or command defined in the source-backed UI.
6Actual filterFilter-related control or command defined in the source-backed UI.

Related topics