Skip to main content
A newer version of this page is available. .
All docs
V20.2

SaveQueryRequest.QueryLayout Property

Gets or sets the query data in JSON.

Namespace: DevExpress.DataAccess.Web.QueryBuilder.DataContracts

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

[DataMember(Name = "queryLayout")]
public string QueryLayout { get; set; }

Property Value

Type Description
String

A string that is the serialized query data in JSON.

See Also