ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewItem Class / IsSelectedProperty Field



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