ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / BaseRangeFilterPresenter Class / IsUpdating Property

In This Topic
    IsUpdating Property
    In This Topic
    A flag to prevent subsequence property changed event because elements are related to each other.
    Syntax
    'Declaration
     
    
    Protected Property IsUpdating As Boolean
    protected bool IsUpdating {get; set;}
    See Also