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

In This Topic
    DataView Property (C1ListBase)
    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 C1.Win.C1List.DataViewEnum for details.
    See Also