BaseComboBoxColumnDataSource Property
Gets or sets the data source that populates the selections for the combo boxes
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Object DataSource { get; set; }
Public Property DataSource As Object
Get
Set
public:
property Object^ DataSource {
Object^ get ();
void set (Object^ value);
}
member DataSource : Object with get, set
Property Value
Object