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

ObjectView Property
Indicates how PostgreSQL objects are represented in PgSqlDataTable and visual grids like DataGrid.
Syntax
'Declaration
 
Public Property ObjectView As Boolean
 

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also