NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridNavigationModes Enumeration

[To be supplied.]

[Visual Basic]
Public Enum DataGridNavigationModes
[C#]
public enum DataGridNavigationModes
[C++]
public enum DataGridNavigationModes

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
AllowChildNavigation Links to child tables appear.
AllowParentNavigation Links to parent tables appear.
Both Links to both child and parent tables appear.
None No links appear.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace