IWpfTableControl2.NavigationBehavior Property

Definition

Gets or sets the navigation behavior on a selected entry.

public:
 property Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior NavigationBehavior { Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior get(); void set(Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior value); };
public:
 property Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior NavigationBehavior { Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior get(); void set(Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior value); };
public Microsoft.VisualStudio.Shell.TableControl.TableEntryNavigationBehavior NavigationBehavior { get; set; }
member this.NavigationBehavior : Microsoft.VisualStudio.Shell.TableControl.TableEntryNavigationBehavior with get, set
Public Property NavigationBehavior As TableEntryNavigationBehavior

Property Value

Remarks

See TableEntryNavigationBehavior for detail.

Applies to