WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum AutoGenerateColumnsMode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum AutoGenerateColumnsMode

    Defines the constants that specify the mode of auto-generated columns in SfDataGrid.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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 - 2022 Syncfusion Inc. All Rights Reserved