The Grid..::..GridDataConnection type exposes the following members.

Properties

  NameDescription
Public propertyAddNewRowToEnd Obsolete.
Gets or sets a value indicating whether a new row should always be added to the end of the grid regardless value in the ListChangedEventArgs.
Public propertyAllowEdit
Gets or sets a value indicating whether you can update items in the DataSource.
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the DataSource.
Public propertyAllowRemove
Gets or sets a value indicating whether whether you can remove items from the DataSource.
Public propertyHandleCurrentChangedEvent Obsolete.
Gets or sets a value indicating whether the grid should handle CurrentChanged event that causes selection changing and ensures the current row visible.

See Also