Gets the data key value of the selected row in a C1GridView control.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public Object SelectedValue { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property SelectedValue As Object
	Get

See Also