Class GridSerializeCellsBehavior
Specifies how to serialize grid data at design-time. You can choose to serialize cell contents as code into the Forms InitializeComponent method or you can choose to serialize cell contents into a ResX file.
Inheritance
System.Object
GridSerializeCellsBehavior
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridSerializeCellsBehavior : Enum
Fields
SerializeAsRangeStylesIntoCode
Serialize RangeStyles collection as code into the Forms InitializeComponent method
Declaration
public const GridSerializeCellsBehavior SerializeAsRangeStylesIntoCode
Field Value
| Type |
|---|
| GridSerializeCellsBehavior |
SerializeIntoCode
Serialize cell contents as code into the Forms InitializeComponent method
Declaration
public const GridSerializeCellsBehavior SerializeIntoCode
Field Value
| Type |
|---|
| GridSerializeCellsBehavior |
SerializeIntoResX
Serialize cell contents into a ResX file
Declaration
public const GridSerializeCellsBehavior SerializeIntoResX
Field Value
| Type |
|---|
| GridSerializeCellsBehavior |