dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataTable Class / ObjectView Property

In This Topic
    ObjectView Property
    In This Topic
    Indicates how PostgreSQL objects are represented in PgSqlDataTable and visual grids like DataGrid.
    Syntax
    'Declaration
     
    Public Property ObjectView As Boolean
    public bool ObjectView {get; set;}

    Property Value

    If true, PostgreSQL objects are shown as expandable secondary rows; otherwise the appearance depends on SplitObjects property.
    Remarks
    This feature is not supported in some grids, for example, GridView.
    See Also