SelectedRow Property (SLDataGrid)

Class

SLDataGrid.

Action

Gets the currently selected row or null (Nothing in Visual Basic) if no row is selected.

Syntax

C#
protected SLDataGridRow SelectedRow { get; }
VB
'Declaration
Protected Read Property SelectedRow As SLDataGridRow

Access

Read only.