Intersoft WebGrid Documentation
DataSourceIndex Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : DataSourceIndex Property






Gets the ordinal data row index based on datasource row's index.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets the ordinal data row index based on datasource row's index.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property DataSourceIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As Integer
 
instance.DataSourceIndex = value
 
value = instance.DataSourceIndex
C# 
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the ordinal data row index based on datasource row's index.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public int DataSourceIndex {get; set;}
Delphi 
public read-write property DataSourceIndex: Integer; 
JScript 
BrowsableAttribute()
DescriptionAttribute("Gets the ordinal data row index based on datasource row's index.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set DataSourceIndex : int
Managed Extensions for C++ 
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the ordinal data row index based on datasource row's index.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property int get_DataSourceIndex();
public: __property void set_DataSourceIndex( 
   int value
);
C++/CLI 
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the ordinal data row index based on datasource row's index.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property int DataSourceIndex {
   int get();
   void set (    int value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.