SelectedCellText Property (SLDataGrid)

Class

SLDataGrid.

Action

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

Syntax

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

Access

Read only.