Gets or sets the horizontal scroll type.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public ColumnScrollType ScrollType { get; set; } |
Visual Basic |
---|
Public Property ScrollType As ColumnScrollType
Get
Set |
Visual C++ |
---|
public:
property ColumnScrollType ScrollType {
ColumnScrollType get ();
void set (ColumnScrollType value);
} |
F# |
---|
member ScrollType : ColumnScrollType with get, set
|
Property Value
Type:
ColumnScrollTypeThe type of the scroll.
See Also