DataGridShouldSerializeDataSource Method

Indicates whether the DataSource property should be persisted in Visual Studio designer's automatically generated code.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
protected virtual bool ShouldSerializeDataSource()

Return Value

Boolean
True if the property has changed from its default; false otherwise.

See Also