Version

InfragisticsSerializable Class

Indicates that a class is safe to serialize as part of saving it during run-time serialization.
Syntax
'Declaration
 
Public NotInheritable Class InfragisticsSerializable 
   Inherits System.Attribute
public sealed class InfragisticsSerializable : System.Attribute 
Remarks

Some Infragistics objects have properties where an Interface can be specified. The controls will typically not save these objects during run-time serialization, because the interface may be implemented on an object that would not be appropriate to serialize, such as a Form.

Specifying the InfragisticsSerializable(true) on such a class will indicate that the class should be saved.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also