Intersoft WebGrid Documentation
RowType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : RowType Enumeration






Value representing the row type that is used for WebGridRow.

Syntax

Visual Basic (Declaration) 
Public Enum RowType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As RowType
C# 
public enum RowType : System.Enum 
Delphi 
public enum RowType = class(System.Enum)
JScript 
public enum RowType extends System.Enum
Managed Extensions for C++ 
__value public enum RowType : public System.Enum 
C++/CLI 
public enum class RowType : public System.Enum 

Members

MemberDescription
GroupHeaderIndicates that the row is a group header row.
NewRecordIndicates that the row is a newly added record.
RecordIndicates that the row is a record/data.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.RowType

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.