FilterListViewSelectedIndicies Property |
|
DataPA OpenAnalytics API Reference
Represents the collection containing the indexes to the selected items in a list box
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ListBoxSelectedIndexCollection SelectedIndicies { get; }
Public ReadOnly Property SelectedIndicies As ListBoxSelectedIndexCollection
Get
public:
property ListBoxSelectedIndexCollection^ SelectedIndicies {
ListBoxSelectedIndexCollection^ get ();
}
function get_SelectedIndicies();
Return Value
Type:
ListBoxSelectedIndexCollectionThe collection containing the indexes to the selected items in a list box
See Also