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

WcfServerModeDataSource.UseExtendedDataQuery Property

Gets or sets whether the grid control extends data queries to speed up the performance. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ServerMode

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public bool UseExtendedDataQuery { get; set; }

Property Value

Type Description
Boolean

true to extend data queries; otherwise, false.

Remarks

To learn more, see How to: Speed Up Performance When Using WCF Data Services (OData) in Instant Feedback Mode

See Also