ObjectConverters Class
Provides a set of useful IValueConverters for working with objects.
Definition
Namespace: Avalonia.Data.Converters
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class ObjectConverters
Public NotInheritable Class ObjectConverters
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ObjectConverters = class end
Inheritance | Object → ObjectConverters |
Fields
Equal | A value converter that returns true if the input object is equal to a parameter object. |
IsNotNull | A value converter that returns true if the input object is not null. |
IsNull | A value converter that returns true if the input object is a null reference. |
NotEqual | A value converter that returns true if the input object is not equal to a parameter object. |