Spread for ASP.NET 12 Product Documentation
IgnoreDataSourceViewChanged Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : IgnoreDataSourceViewChanged Property
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

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members