ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / DataView Property

In This Topic
    DataView Property (DropDownList)
    In This Topic
    Returns or sets the method by which the list will display data.
    Syntax
    'Declaration
     
    
    Public Property DataView As DataViewEnum
    public DataViewEnum DataView {get; set;}
    Remarks
    Please see DataViewEnum for details.
    See Also