View Property

Specifies the type of view for a Grid control. Available at design time; read-write at run time.

Grid.View[ = nType]

Property Values

  • 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)

See Also

Panel Property | PanelLink Property | Partition Property

Applies To: Grid