dotConnect for Magento Documentation
Devart.Data Namespace / DataLink Class

DataLink Class Properties

For a list of all members of this type, see DataLink members.

Public Properties
 NameDescription
Public PropertyGets a value indicating whether items in the underlying list can be edited. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets or sets a value indicating whether the System.Windows.Forms.BindingSource.AddNew method can be used to add items to the list. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets a value indicating whether items can be removed from the underlying list. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyGets the total number of items in the underlying list, taking the current System.Windows.Forms.BindingSource.Filter value into consideration. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets the currency manager associated with this System.Windows.Forms.BindingSource. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets the current item in the list. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets the current data row, which can be changed by user by changing position in the data grid or data controls.  
Public PropertyGets or sets the specific data member in a multimember data source to bind to a data listing control.  
Public PropertyGets or sets the source containing a list of values used to populate the items within the control.  
Public PropertyGets or sets the expression used to filter which rows are viewed. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets a value indicating whether the list binding is suspended. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets a value indicating whether the underlying list has a fixed size. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets a value indicating whether the underlying list is read-only. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets a value indicating whether the items in the underlying list are sorted. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets a value indicating whether access to the collection is synchronized (thread safe). (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets or sets the list element at the specified index. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets the list that the connector is bound to.  
Public PropertyGets or sets a form or other container that the DataLink instance belongs to.  
Public PropertyGets or sets the index of the current item in the underlying list.  
Public PropertyGets or sets a value indicating whether System.Windows.Forms.BindingSource.ListChanged events should be raised. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyPuts separate filters over the DataView object that was created.  
Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets the column names used for sorting, and the sort order for viewing the rows in the data source. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets a value indicating whether the data source supports multi-column sorting. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets a value indicating whether the data source supports change notification. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets a value indicating whether the data source supports filtering. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets a value indicating whether the data source supports searching with the System.Windows.Forms.BindingSource.Find(System.ComponentModel.PropertyDescriptor,System.Object) method. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets a value indicating whether the data source supports sorting. (Inherited from System.Windows.Forms.BindingSource)
Public PropertyGets or sets a value indicating whether to synchronize current position with other DataLink instances that reference the same data source.  
Public PropertyGets an object that can be used to synchronize access to the underlying list. (Inherited from System.Windows.Forms.BindingSource)
Top
See Also