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

UnboundSourceProperty.DisplayName Property

Specifies the display name of the property.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[DefaultValue("")]
public string DisplayName { get; set; }

Property Value

Type Default Description
String String.Empty

A string that is the property display name.

See Also