Spread Windows Forms 12.0 Product Documentation
LegacyBehaviors Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : LegacyBehaviors Property
Gets or sets the LegacyBehaviors value that indicating which behaviors are backward-compatible.
Syntax
'Declaration
 
Public Property LegacyBehaviors As LegacyBehaviors
'Usage
 
Dim instance As FpSpread
Dim value As LegacyBehaviors
 
instance.LegacyBehaviors = value
 
value = instance.LegacyBehaviors
public LegacyBehaviors LegacyBehaviors {get; set;}

Property Value

A LegacyBehaviors value represents the backward behaviors.
Remarks
This property should be assigned before any other actions. The behaviors may not be backward-compatible fully if you changed data before.

The default options may change in future version. If you need to stick with the specified behavior, assign it explicitly.

See Also

Reference

FpSpread Class
FpSpread Members