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

InstantFeedbackDataSourceBase.KeyExpression Property

Specifies the name of the key 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.

Remarks

Basically, the KeyExpression property specifies the name of the property mapped to the primary key column in the database.

You can modify the KeyExpression property value within the InstantFeedbackDataSourceBase.GetQueryable event handler, via the KeyExpression property.

See Also