Skip to content

Commit b7894f3

Browse files
SimpleSamplesBillWagner
authored andcommitted
Update GridView.xml (#1947)
* Update GridView.xml * Update xml/System.Web.UI.WebControls/GridView.xml Just a syntax change? Yes, of course that is good. Co-Authored-By: SimpleSamples <[email protected]>
1 parent f5b3539 commit b7894f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Web.UI.WebControls/GridView.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5872,7 +5872,7 @@
58725872
</ReturnValue>
58735873
<Docs>
58745874
<summary>Gets a reference to a <see cref="T:System.Web.UI.WebControls.GridViewRow" /> object that represents the selected row in the control.</summary>
5875-
<value>A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> that represents the selected row in the control.</value>
5875+
<value>A <see cref="T:System.Web.UI.WebControls.GridViewRow" /> that represents the selected row in the control, or `null` if nothing is selected.</value>
58765876
<remarks>
58775877
<format type="text/markdown"><![CDATA[
58785878

@@ -7647,4 +7647,4 @@
76477647
</Docs>
76487648
</Member>
76497649
</Members>
7650-
</Type>
7650+
</Type>

0 commit comments

Comments
 (0)