Navigation :
ObjectExtensions
Name |
Value |
Assembly |
Catel.MVVM |
Namespace |
Catel.MVVM |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public static class ObjectExtensions
Object extensions class.
Methods
IsSentinelBindingObject(object dataContext)
Determines whether the specified object is a sentinel. For more information, see http://stackoverflow.com/questions/3868786/wpf-sentinel-objects-and-how-to-check-for-an-internal-type. Original license: CC BY-SA 2.5, compatible with the MIT license.
Parameters
Name |
Description |
dataContext |
The data context. |
Returns
true
if the data context is a sentinel; otherwise,false
.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion