BindingValueTDoNothing Property
Returns a binding value with a type of
DoNothing.
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static BindingValue<T> DoNothing { get; }
Public Shared ReadOnly Property DoNothing As BindingValue(Of T)
Get
static member DoNothing : BindingValue<'T> with get
Property Value
BindingValueT