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.Grids
Assembly: Syncfusion.Grid.WinUI.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 |