Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / LegacyBehaviors Property


In This Topic
LegacyBehaviors Property
In This Topic
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

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