menu

WinForms

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

    Show / Hide Table of Contents

    Enum AutoGenerateColumnsMode

    Defines the constants that specifies the mode of auto generated columns in SFDataGrid.

    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public enum AutoGenerateColumnsMode

    Fields

    Name Description
    None

    Generates the columns based on the explicit column definition in SFDataGrid.

    Reset

    Generates the columns based on the properties defined in the underlying data object and explicit column definition.

    ResetAll

    Generates the columns based on the properties defined in the underlying data object.

    RetainOld

    Generates the columns based on the properties defined in the underlying data object, when the SFDataGrid doesn’t have an explicit column definition.

    SmartReset

    Generates the columns and retains data operation based on the properties defined in underlying data object.

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