DataGridShouldSerializeDataMember Method
Indicates whether the
DataMember property should be persisted
in Visual Studio designer's automatically generated code.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
protected virtual bool ShouldSerializeDataMember()
Protected Overridable Function ShouldSerializeDataMember As Boolean
Return Value
BooleanTrue if the property has changed from its default;
false otherwise.