ComponentOne DataObjects for .NET
AutoRefresh Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class : AutoRefresh Property
Gets or sets a value indicating whether the data view is automatically refreshed when one of the following properties changes: TableViewName, TableName, RowFilter, RowStateFilter, Sort.
Syntax
'Declaration
 
Public Property AutoRefresh As System.Boolean
public System.bool AutoRefresh {get; set;}
Remarks
This property is True by default. If it is set to False, changing any of the properties at run time does not automatically refresh the data view, refresh occurs when the Refresh method is called.
See Also

Reference

C1DataView Class
C1DataView Members