Skip to main content

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool UseExtendedDataQuery { get; set; }

Property Value

Type Description
Boolean

true to extend data queries; otherwise, false.

See Also