Class RowRegion
Defines the constants that specify the possible row region in SfDataGrid.
Inheritance
System.Object
RowRegion
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class RowRegion : Enum
Fields
Body
Specifies the body region which is scrollable in view.
Declaration
public const RowRegion Body
Field Value
Type |
---|
RowRegion |
Footer
Specifies the footer region which is frozen at the bottom of the view.
Declaration
public const RowRegion Footer
Field Value
Type |
---|
RowRegion |
Header
Specifies the header region which is frozen at the top of the view.
Declaration
public const RowRegion Header
Field Value
Type |
---|
RowRegion |