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
SelectiveScrollingOrientation
|
Horizontal
The cell will be allowed to get scrolled only in horizontal direction.
Declaration
public const SelectiveScrollingOrientation Horizontal
Field Value
SelectiveScrollingOrientation
|
None
The cell will not be allowed to get scrolled in any direction.
Declaration
public const SelectiveScrollingOrientation None
Field Value
SelectiveScrollingOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The cell will be allowed to get scrolled only in vertical directions.
Declaration
public const SelectiveScrollingOrientation Vertical
Field Value
SelectiveScrollingOrientation
|