SplitView Property (Viewer)
In This Topic
Gets or sets a value that determines whether the viewer is split into two views.
Syntax
'Declaration
Public Property SplitView As Boolean
public bool SplitView {get; set;}
Property Value
A
System.Boolean value.
true
if the viewer is split into two views; otherwise,
false
.
See Also