SelectedCell Property (SLDataGrid)

Class

SLDataGrid.

Action

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

Syntax

C#
protected SLDataGridCell SelectedCell { get; }
VB
'Declaration
Protected Read Property SelectedCell As SLDataGridCell

Access

Read only.