DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / UseNullSentinel Property

In This Topic
    UseNullSentinel Property (C1DataCollectionBindingList)
    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