FilterListViewSelectedItems Property |
|
DataPA OpenAnalytics API Reference
Gets a collection containing the currently selected items in the listbox
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ListBoxSelectedObjectCollection SelectedItems { get; }
Public ReadOnly Property SelectedItems As ListBoxSelectedObjectCollection
Get
public:
property ListBoxSelectedObjectCollection^ SelectedItems {
ListBoxSelectedObjectCollection^ get ();
}
function get_SelectedItems();
Return Value
Type:
ListBoxSelectedObjectCollectionSee Also