Gets or sets the index of the selected item in the LiveDataGrid control.
             
             
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Overrides Property SelectedIndex As Integer  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As LiveDataGrid
Dim value As Integer
 
instance.SelectedIndex = value
 
value = instance.SelectedIndex  | 
 
| C# |   | 
|---|
public override int SelectedIndex {get; set;} | 
 
| C++/CLI |   | 
|---|
public:
property int SelectedIndex {
   int get() override;
   void set (    int value) override;
} | 
 
             
             
              
             
             
             
             
            
            Remarks
            
Requirements
Target Platforms: Microsoft .NET Framework 2.0
 
            
            
See Also