PowerWEB LiveControls for ASP.NET
SelectedIndex Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveDataGrid Class : SelectedIndex Property



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

This member is functionally equivalent to System.Web.UI.WebControls.DataGridClass.SelectedIndex.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.