Enum AutoGenerateColumnsMode
Defines the constants that specifies the mode of auto generated columns in SFDataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum AutoGenerateColumnsMode
Fields
Name | Description |
---|---|
None | Generates the columns based on the explicit column definition in SFDataGrid. |
Reset | Generates the columns based on the properties defined in the underlying data object and explicit column definition. |
ResetAll | Generates the columns based on the properties defined in the underlying data object. |
RetainOld | Generates the columns based on the properties defined in the underlying data object, when the SFDataGrid doesn’t have an explicit column definition. |
SmartReset | Generates the columns and retains data operation based on the properties defined in underlying data object. |