True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / DataView Property

In This Topic
    DataView Property (C1TrueDBGrid)
    In This Topic
    Gets or sets the layout by which the grid will display data.
    Syntax
    'Declaration
     
    Public Property DataView As DataViewEnum
    public DataViewEnum DataView {get; set;}
    See Also