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. |