DashboardFilterTreeViewFilterPanelIDsDoNotInheritFilter Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a list of IDs that identifies any treeview filters applied to this object that should not inherit the parent filter of the treeview
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public List<string> TreeViewFilterPanelIDsDoNotInheritFilter { get; set; }
Public Property TreeViewFilterPanelIDsDoNotInheritFilter As List(Of String)
Get
Set
public:
virtual property List<String^>^ TreeViewFilterPanelIDsDoNotInheritFilter {
List<String^>^ get () sealed;
void set (List<String^>^ value) sealed;
}
function get_TreeViewFilterPanelIDsDoNotInheritFilter();
function set_TreeViewFilterPanelIDsDoNotInheritFilter(value);
Return Value
Type:
ListStringA list of IDs that identifies any treeview filters applied to this object that should not inherit the parent filter of the treeview
See Also