Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / IgnoreDataSourceViewChanged Property


In This Topic
    IgnoreDataSourceViewChanged Property
    In This Topic
    Gets or sets whether to ignore the DataSourceViewChanged event.
    Syntax
    'Declaration
     
    
    Public Property IgnoreDataSourceViewChanged As Boolean
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim value As Boolean
     
    instance.IgnoreDataSourceViewChanged = value
     
    value = instance.IgnoreDataSourceViewChanged
    public bool IgnoreDataSourceViewChanged {get; set;}
    See Also