| |||||||
DataGridItem ConstructorSystem.Web.UI.WebControls Namespace DataGridItem Class Initializes a new instance of the DataGridItem class. [ VB ] Public Sub New ( _ ByVal itemIndex As Integer, _ ByVal dataSetIndex As Integer, _ ByVal itemType As ListItemType _ ) [ C# ] public DataGridItem ( int itemIndex, int dataSetIndex, ListItemType itemType ); [ C++ ] public: DataGridItem ( int itemIndex, int dataSetIndex, ListItemType itemType ); [ JScript ] public function DataGridItem ( itemIndex : int, dataSetIndex : int, itemType : ListItemType ); Parameters
RemarksUse this constructor to initialize a new instance of the DataGridItem class. ExampleThe following example demonstrates how to initialize a new instance of the DataGridItem class.
See Also |
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme