Skip to content

Commit 4db83f6

Browse files
Updated MasterDetailsView docs with SelectedIndex property
1 parent 10e18d3 commit 4db83f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/controls/MasterDetailsView.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ To help with back navigation, The MasterDetailsView can handle back button visib
6060
| MasterPaneWidth | double | Gets or sets the width of the master pane when the view is expanded |
6161
| NoSelectionContent | object | Gets or sets the content to dsiplay when there is no item selected in the master list |
6262
| NoSelectionContentTemplate | DataTemplate | Gets or sets the DataTemplate used to display the content when there is no selection |
63+
| SelectedIndex | int | Gets or sets the selected index (-1 if nothing is selected) |
6364
| SelectedItem | object | Gets or sets the selected item |
6465
| ViewState | [MasterDetailsViewState](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.controls.masterdetailsviewstate) | Gets the current visual state of the control |
6566

0 commit comments

Comments
 (0)