Enum AutoGenerateColumnsMode
Defines the constants that specify the mode of auto-generated columns in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.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. |