Version

Serializable Property

Returns whether or not the object should be serialized.
Syntax
'Declaration
 
Public ReadOnly Property Serializable As Boolean
public bool Serializable {get;}
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