DataGridDataSource Property

Gets or sets the data source that the DataGrid is displaying data for.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
[TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public Object DataSource { get; set; }

Property Value

Object

Remarks

If there are no columns in DataGrid, it will create the columns automatically based on the metadata of DataSource.

See Also