C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / SelectedDataKey Property

In This Topic
SelectedDataKey Property
In This Topic
Gets the System.Data.DataKey object that contains the data key value for the selected row in a C1GridView control.
Syntax
'Declaration
 
Public Overridable ReadOnly Property SelectedDataKey As System.Web.UI.WebControls.DataKey
 
See Also