menu

WPF

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

    Show / Hide Table of Contents

    Enum AutoGenerateColumnsModeForCustomType

    Defines the constants that specifies the type of custom column generation when using the AutoGenerateColumnsForCustomType.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum AutoGenerateColumnsModeForCustomType

    Fields

    Name Description
    Both

    Specifies that the columns for both the custom type and its inner properties will be auto generated.

    Child

    Specifies that the columns for all inner properties of custom type column will be auto generated.

    Parent

    Specifies that the column for only the custom type will be auto generated.

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