Description Property
Gets a description of the binding expression.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public override string Description { get; }
Public Overrides ReadOnly Property Description As String
Get
abstract Description : string with get
override Description : string with get
Property Value
String
The description of the object.
Implements
IDescription.Description
IDescription.Description