Class ScrollAxisRegion
A scroll axis has three regions: Header, Body and Footer.
Inheritance
System.Object
ScrollAxisRegion
Namespace: Syncfusion.GridCommon.ScrollAxis
Assembly: Syncfusion.GridCommon.Portable.dll
Syntax
public sealed class ScrollAxisRegion : Enum
Fields
Body
Specifies the body region (center between header and footer).
Declaration
public const ScrollAxisRegion Body
Field Value
Type |
---|
ScrollAxisRegion |
Footer
Specifies the footer region (at bottom or right side).
Declaration
public const ScrollAxisRegion Footer
Field Value
Type |
---|
ScrollAxisRegion |
Header
Specifies the header region (at top or left side).
Declaration
public const ScrollAxisRegion Header
Field Value
Type |
---|
ScrollAxisRegion |