FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewer Class / DocumentListCombo Property

In This Topic
    DocumentListCombo Property (FlexViewer)
    In This Topic
    Gets a customizable instance of C1ComboBox which can be used, for example, for displaying the list of reports.
    Syntax
    'Declaration
     
    Public ReadOnly Property DocumentListCombo As C1.WPF.Input.C1ComboBox
    public C1.WPF.Input.C1ComboBox DocumentListCombo {get;}
    See Also