menu

UWP

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

    Show / Hide Table of Contents

    Class AutoGenerateColumnsModeForCustomType

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

    Inheritance
    System.Object
    AutoGenerateColumnsModeForCustomType
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class AutoGenerateColumnsModeForCustomType : Enum

    Fields

    Both

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

    Declaration
    public const AutoGenerateColumnsModeForCustomType Both
    Field Value
    Type
    AutoGenerateColumnsModeForCustomType

    Child

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

    Declaration
    public const AutoGenerateColumnsModeForCustomType Child
    Field Value
    Type
    AutoGenerateColumnsModeForCustomType

    Parent

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

    Declaration
    public const AutoGenerateColumnsModeForCustomType Parent
    Field Value
    Type
    AutoGenerateColumnsModeForCustomType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved