Skip to main content

WcfInstantFeedbackDataSourceBase.DataServiceContext Property

Gets or sets a data service context.

Namespace: DevExpress.Xpf.Core.ServerMode

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object DataServiceContext { get; set; }

Property Value

Type Description
Object

A data service context.

See Also