DashboardFilterTreeViewFilterStrings Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a collection of the filter strings derived from the TreeViewFilterPanelIDs collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection TreeViewFilterStrings { get; set; }
Public Property TreeViewFilterStrings As Collection
Get
Set
public:
virtual property Collection^ TreeViewFilterStrings {
Collection^ get () sealed;
void set (Collection^ value) sealed;
}
function get_TreeViewFilterStrings();
function set_TreeViewFilterStrings(value);
Property Value
Type:
CollectionA collection of the filter strings derived from the TreeViewFilterPanelIDs collection.
Return Value
Type:
CollectionA collection of the filter strings derived from the TreeViewFilterPanelIDs collection.
Remarks The key to the collection is the ID of the treeview.
See Also