DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / UseNullSentinel Property

In This Topic
    UseNullSentinel Property (C1CollectionView)
    In This Topic
    Gets a value indicating whether a sentinel item will be returned for those items that are null.
    Syntax
    'Declaration
     
    Public ReadOnly Property UseNullSentinel As Boolean
    public bool UseNullSentinel {get;}
    See Also