ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListBox Class / SelectedItemsProperty Field



In This Topic
    SelectedItemsProperty Field (C1ListBox)
    In This Topic
    Identifies the SelectedItems dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly SelectedItemsProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1ListBox.SelectedItemsProperty
    public static readonly DependencyProperty SelectedItemsProperty
    public:
    static readonly DependencyProperty^ SelectedItemsProperty
    See Also