Gets user-friendly name, the property is displayed with. Usually is has a short form to display in columns.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
string DisplayName { get; }
Visual Basic
ReadOnly Property DisplayName As String
	Get
Visual C++
property String^ DisplayName {
	String^ get ();
}
F#
abstract DisplayName : string with get

Property Value

Type: String
The display name.

See Also