Name | Description | |
---|---|---|
Count | Gets the total number of elements in the view. (Inherited from C1.LiveLinq.LiveViews.View) | |
CurrentItem | Gets the current item in the view. (Inherited from C1.LiveLinq.LiveViews.View) | |
DataBindingMode | Gets or sets the data binding mode for this view. (Inherited from C1.LiveLinq.LiveViews.View) | |
DeferredMaintenance | Gets the effective value of MaintenanceMode. (Inherited from C1.LiveLinq.LiveViews.View) | |
Indexes | Gets the collection of indexes for this view. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
IsReadOnly | Gets a value indicating whether this view is read-only, not updatable. (Inherited from C1.LiveLinq.LiveViews.View) | |
Item | Gets the view item (element) at the specified ordinal position. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
MaintenanceMode | Gets or sets a value controlling how the view is synchronized with changes in its base data. (Inherited from C1.LiveLinq.LiveViews.View) | |
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. (Inherited from C1.LiveLinq.LiveViews.View) | |
Order | Gets a value indicating whether and how this view preserves item order if it exists in its base data source. (Inherited from C1.LiveLinq.LiveViews.View) | |
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. (Inherited from C1.LiveLinq.LiveViews.View) |