Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / IgnoreUpdateSelection Property


In This Topic
    IgnoreUpdateSelection Property (ChartSelectDataSource)
    In This Topic
    Gets or sets a value indicating whether [ignore update selection].
    Syntax
    'Declaration
     
    
    Protected Property IgnoreUpdateSelection As Boolean
    'Usage
     
    
    Dim instance As ChartSelectDataSource
    Dim value As Boolean
     
    instance.IgnoreUpdateSelection = value
     
    value = instance.IgnoreUpdateSelection
    protected bool IgnoreUpdateSelection {get; set;}

    Property Value

    true if [ignore update selection]; otherwise, false.
    See Also