C1.LiveLinq.LiveViews Namespace : View Class |
For a list of all members of this type, see View members.
Name | Description | |
---|---|---|
Count | Gets the total number of elements in the view. | |
CurrentItem | Gets the current item in the view. | |
DataBindingMode | Gets or sets the data binding mode for this view. | |
DeferredMaintenance | Gets the effective value of MaintenanceMode. | |
IsReadOnly | Gets a value indicating whether this view is read-only, not updatable. | |
MaintenanceMode | Gets or sets a value controlling how the view is synchronized with changes in its base data. | |
MoveToFirstOnReset | Gets or sets a value indicating that the first item must be made current after initial loading or reset (on any C1.LiveLinq.SourceChangeType.Reset notification) if current item was not set by other means. The default is True. | |
Order | Gets a value indicating whether and how this view preserves item order if it exists in its base data source. | |
Rows | Gets the collection of ViewRow objects used for programmatic access to view elements (items) and for data binding. | |
Transaction | Gets an instance of C1.LiveLinq.ITransaction associated with the view. If a view has a transaction associated with it, that transaction's scope is opened automatically every time the view is updated, so the programmer does not need to do it manually in code. |