Skip to main content

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.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

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