Intersoft WebGrid Documentation
Index Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridGroup Class : Index Property






Gets or sets the index of the WebGridGroup object based on WebGridGroupCollection object.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<BrowsableAttribute(False)>
<ISNet.Serialization.XmlSerializableAttribute()>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("Gets or sets the index of the WebGridGroup object based on WebGridGroupCollection object.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Index As Integer
Visual Basic (Usage)Copy Code
Dim instance As WebGridGroup
Dim value As Integer
 
instance.Index = value
 
value = instance.Index
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[BrowsableAttribute(false)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Gets or sets the index of the WebGridGroup object based on WebGridGroupCollection object.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public int Index {get; set;}
Delphi 
public read-write property Index: Integer; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
BrowsableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
DescriptionAttribute("Gets or sets the index of the WebGridGroup object based on WebGridGroupCollection object.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set Index : int
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[BrowsableAttribute(false)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Gets or sets the index of the WebGridGroup object based on WebGridGroupCollection object.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property int get_Index();
public: __property void set_Index( 
   int value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[BrowsableAttribute(false)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Gets or sets the index of the WebGridGroup object based on WebGridGroupCollection object.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property int Index {
   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.