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

UnboundDataSourceProperty.DisplayName Property

Gets or sets the display name of the property.

Namespace: DevExpress.Xpf.Core.DataSources

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string DisplayName { get; set; }

Property Value

Type Description
String

A String value that is the display name of the property.

See Also