Class SelectiveScrollingOrientation
Enumeration to specify the scroll orientation of cells in selective scroll grid.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class SelectiveScrollingOrientation : Enum
Fields
Both
The cell will be allowed to get scrolled in all directions.
Declaration
public const SelectiveScrollingOrientation Both
Field Value
Horizontal
The cell will be allowed to get scrolled only in horizontal direction.
Declaration
public const SelectiveScrollingOrientation Horizontal
Field Value
None
The cell will not be allowed to get scrolled in any direction.
Declaration
public const SelectiveScrollingOrientation None
Field Value
value__
Declaration
public int value__
Field Value
System.
|
Vertical
The cell will be allowed to get scrolled only in vertical directions.
Declaration
public const SelectiveScrollingOrientation Vertical