ActionsPane.DataBindings Property

Definition

Gets the data bindings for the actions pane.

public:
 property System::Windows::Forms::ControlBindingsCollection ^ DataBindings { System::Windows::Forms::ControlBindingsCollection ^ get(); };
public System.Windows.Forms.ControlBindingsCollection DataBindings { get; }
member this.DataBindings : System.Windows.Forms.ControlBindingsCollection
Public ReadOnly Property DataBindings As ControlBindingsCollection

Property Value

The collection of data bindings (Binding objects) for the actions pane.

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.DataBindings property. For more information about using this property, see System.Windows.Forms.Control.DataBindings.

Applies to