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



Gets or sets the index of an item in the LiveDataGrid control to edit.

Syntax

Visual Basic (Declaration) 
Public Overrides Property EditItemIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As LiveDataGrid
Dim value As Integer
 
instance.EditItemIndex = value
 
value = instance.EditItemIndex
C# 
public override int EditItemIndex {get; set;}
C++/CLI 
public:
property int EditItemIndex {
   int get() override;
   void set (    int value) override;
}

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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