Class AutoGenerateColumnsModeForCustomType
Defines the constants that specifies how to auto-generate the columns that are generated from complex type properties. />.
Inheritance
System.Object
AutoGenerateColumnsModeForCustomType
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.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 will be auto generated.
Declaration
public const AutoGenerateColumnsModeForCustomType Child
Field Value
Type |
---|
AutoGenerateColumnsModeForCustomType |
None
Generates the columns based on the explicit column definition in SfDataGrid.
Declaration
public const AutoGenerateColumnsModeForCustomType None
Field Value
Type |
---|
AutoGenerateColumnsModeForCustomType |
Parent
SSpecifies that the column for only the custom type of property will be auto generated.
Declaration
public const AutoGenerateColumnsModeForCustomType Parent
Field Value
Type |
---|
AutoGenerateColumnsModeForCustomType |