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

WcfServerModeDataSource.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.v19.2.dll

Declaration

public string KeyExpression { get; set; }

Property Value

Type Description
String

A String value that specifies the key property name.

See Also