DataGrid.NavigateBack Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigates back to the table previously displayed in the grid.
public:
void NavigateBack();
public void NavigateBack ();
member this.NavigateBack : unit -> unit
Public Sub NavigateBack ()
Examples
The following code example demonstrates the use of this member.
Private Sub GoBack(ByVal myGrid As DataGrid)
' Insert code to see if a Relationship exists. If not then NavigateBack.
myGrid.NavigateBack
End Sub
Remarks
If the grid has no parent rows, no change occurs.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.