View Property
Specifies the type of view for a Grid control. Available at design time; read/write at run time.
Grid.View[ = nType]
Return Value
nType
If the panes are not split (the Partition property is set to 0), the settings for the View property are:Setting
Description
0
Browse
1
Change
If the panes are split, the settings for the View property are:
Setting
Description
0
Browse (left pane), Browse (right pane)
1
Browse (left pane), Change (right pane)
2
Change (left pane), Browse (right pane)
3
Change (left pane), Change (right pane)
Remarks
Applies To: Grid