Click or drag to resize

DataSource Properties

The DataSource type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets a value indicating whether the rows are editable.
Public propertyAllowNew
Gets a value indicating whether new rows can be added.
Public propertyAllowRemove
Gets a value indicating whether the rows are removeable.
Public propertyColumns
Gets the ColumnCollection of the datasource.
Public propertyContainsListCollection
True if current datasource contains in the list.
Public propertyLTComponent
Gets the associated LTComponent of the datasource.
Public propertyReadOnly
Gets a value indicating whether the datasource is readonly.
Public propertyRows
Gets the RowCollection of the datasource.
Top
See Also