You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: xml/System.Web.UI.WebControls/GridView.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5872,7 +5872,7 @@
5872
5872
</ReturnValue>
5873
5873
<Docs>
5874
5874
<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>
0 commit comments