Gets the 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#
public string DisplayName { get; }
Visual Basic
Public ReadOnly Property DisplayName As String
	Get
Visual C++
public:
virtual property String^ DisplayName {
	String^ get () sealed;
}
F#
abstract DisplayName : string with get
override DisplayName : string with get

Property Value

Type: String
The display name.

Implements

IDataField..::..DisplayName

See Also