Gets the description of the property. Usually the full user-friendly description or explanation of the property.

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

Syntax

C#
public string Description { get; }
Visual Basic
Public ReadOnly Property Description As String
	Get
Visual C++
public:
virtual property String^ Description {
	String^ get () sealed;
}
F#
abstract Description : string with get
override Description : string with get

Property Value

Type: String
The description.

Implements

IDataField..::..Description

See Also