Skip to main content
A newer version of this page is available. .

QueryBuilderEditQueryContext.QueryBuilderTreeListView Property

Enables a table-like interface for selecting fields in the Query Builder (instead of a diagram-based control).

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v19.2.UI.dll

Declaration

public bool QueryBuilderTreeListView { get; set; }

Property Value

Type Description
Boolean

true, to enable a table-like interface in the Query Builder; otherwise, false.

See Also