Enum GridRegion
Defines the constants that specify the possible region in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum GridRegion
Fields
| Name | Description |
|---|---|
| ColumnChooser | Specifies the column chooser window of SfDataGrid. |
| Grid | The body region of the SfDataGrid. |
| GroupDropArea | Specifies the GroupDropArea region and placed at the top of SfDataGrid. |
| Header | Specifies the header row part and placed at header region of the SfDataGrid. |
| None | No region. |