[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.SelectedItem

SelectedItem Property

SelectedItem

Gets or sets the data item corresponding to the selected row.

Declaration
public object SelectedItem { get; set; }
Remarks
<p>In unbound mode, there are no data items associated with the rows, and 

this property always returns null.

You can get the index of the selected row in bound and unbound modes using the Selection property.