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

WcfInstantFeedbackDataSourceBase.KeyExpression Property

Gets or sets the name of the key property. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ServerMode

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public string KeyExpression { get; set; }

Property Value

Type Description
String

A String value that specifies the key property name.

See Also