menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridSerializeCellsBehavior - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum 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.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridSerializeCellsBehavior

    Fields

    Name Description
    SerializeAsRangeStylesIntoCode

    Serialize RangeStyles collection as code into the Forms InitializeComponent method

    SerializeIntoCode

    Serialize cell contents as code into the Forms InitializeComponent method

    SerializeIntoResX

    Serialize cell contents into a ResX file

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved