Base Combo Box ColumnData Source Property
Gets or sets the data source that populates the selections for the combo boxes
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Object? DataSource { get; set; }VB
Public Property DataSource As Object
Get
SetC++
public:
property Object^ DataSource {
Object^ get ();
void set (Object^ value);
}F#
member DataSource : Object with get, set