dbicMonth Send comments on this topic.
DataBindings Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : DataBindings Property

Gets the data bindings for the control.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DataBindings As ControlBindingsCollection
C# 
public ControlBindingsCollection DataBindings {get;}

Property Value

A System.Windows.Forms.ControlBindingsCollection that contains the System.Windows.Forms.Binding objects for the control.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also