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

In This Topic
    DocumentListCombo Property (C1FlexViewer)
    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.C1ComboBox
    public C1.WPF.C1ComboBox DocumentListCombo {get;}
    See Also