SelectedRowText Property (SLDataGrid)

Class

SLDataGrid.

Action

Gets the text of the currently selected row or an empty string if no row is selected.

Syntax

C#
protected String SelectedRowText { get; }
VB
'Declaration
Protected Read Property SelectedRowText As String

Access

Read only.