Skip to main content

GetValueOrDefault Method

Overload List

GetValueOrDefault()Gets the value of the binding value if present, otherwise the default value.
GetValueOrDefault(T)Gets the value of the binding value if present, otherwise a default value.
GetValueOrDefault(TResult)()Gets the value if present, otherwise the default value.
GetValueOrDefault(TResult)(TResult)Gets the value of the binding value if present, otherwise a default value.

See Also

Reference

BindingValue(T) Structure
Avalonia.Data Namespace