DataPA Enterprise Dashboard Controls API Reference
Gets a string value that equates to the filter string defined by the selected nodes in the tree view filter panel.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public string TreeViewFilterPanelFilterString { get; } |
| Visual Basic |
|---|
Public ReadOnly Property TreeViewFilterPanelFilterString As String
Get |
| Visual C++ |
|---|
public:
virtual property String^ TreeViewFilterPanelFilterString {
String^ get () sealed;
} |
Property Value
Type:
StringA string value that equates to the filter string defined by the selected nodes in the tree view filter panel.
Return Value
Type:
StringA string value that equates to the filter string defined by the selected nodes in the tree view filter panel.
Remarks
See Also