The GridControlDataBindingSettings type exposes the following members.

Properties

  NameDescription
Public propertyAllowEdit
Gets or sets a value indicating whether you can update items in the GridControl.ItemsSource.
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the GridControl.ItemsSource.
Public propertyAllowRemove
Gets or sets a value indicating whether whether you can remove items from the GridControl.ItemsSource.
Public propertyDeclarativeHierarchy
Gets or sets a value indicating whether declarative hierarchy is enabled.

See Also