Enum RowRegion
Defines the constants that specify the possible row region in SFDataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum RowRegion
Fields
Name | Description |
---|---|
Body | Specifies the body region which is scrollable in view. |
Footer | Specifies the footer region which is frozen at the bottom of the view. |
Header | Specifies the header region which is frozen at the top of the view. |