DataGridCreateTableStyleFromDataSource Method

Creates 1 default row style and column styles based on the data source schema.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual void CreateTableStyleFromDataSource()

Remarks

Use this method if you assigned a DataSource property and you wish to automatically create row styles and columns for your DataSource.

See Also