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

In This Topic
SelectedRow Property
In This Topic
Gets a C1GridViewRow object that represents the selected item in a C1GridView control.
Syntax
'Declaration
 
Public Overridable ReadOnly Property SelectedRow As C1GridViewRow
 
Remarks
This C1GridViewRow object can be used to access the properties of the selected item.
See Also