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






Value representing the action when loaded child table is empty (no rows).

Syntax

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

Members

MemberDescription
DisplayMessageBoxThe child table will display message box.
HideChildContentThe child table will hide the content.
ShowChildContentThe child table will show the content.

Inheritance Hierarchy

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

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.