Last Updated:
13 Mar 2024 09:45
by ADMIN
Common: BooleanToVisibilityConverter Convert method throws a NullReferenceException when null value is provided
Currently, the Telerik.Windows.Controls.BooleanToVisibilityConverter cannot work with null values. It throws NullReferenceException. However, its ConvertBack method works with null values. Also, the System.Windows.BooleanToVisibilityConverter support nulls in its Convert method.
When null value is provided the converter should return Visibility.Collapsed.