DashboardFilterTreeViewFilter Property |
|
DataPA OpenAnalytics API Reference
Gets the combined filter built from the tree view filter strings.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string TreeViewFilter { get; }
Public ReadOnly Property TreeViewFilter As String
Get
public:
virtual property String^ TreeViewFilter {
String^ get () sealed;
}
function get_TreeViewFilter();
Property Value
Type:
StringThe combined filter built from the tree view filter strings.
Return Value
Type:
StringThe combined filter built from the tree view filter strings.
Remarks See Also