Skip to main content

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

NuGet Package: 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