DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / C1DashboardLayout Class / GetSelectedItem Method

In This Topic
    GetSelectedItem Method (C1DashboardLayout)
    In This Topic
    Returns currently selected DashboardItem
    Syntax
    'Declaration
     
    
    Public Function GetSelectedItem() As DashboardItem
    public DashboardItem GetSelectedItem()

    Return Value

    Currently selected DashboardItem
    See Also