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

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

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