Intersoft WebGrid Documentation
ChildRowEmptyAction Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : ChildRowEmptyAction Property






Gets or sets the action when loaded child table is empty (no rows).

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Gets or sets the action when loaded child table is empty (no rows).")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property ChildRowEmptyAction As ChildRowAction
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As ChildRowAction
 
instance.ChildRowEmptyAction = value
 
value = instance.ChildRowEmptyAction
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the action when loaded child table is empty (no rows).")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public ChildRowAction ChildRowEmptyAction {get; set;}
Delphi 
public read-write property ChildRowEmptyAction: ChildRowAction; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Gets or sets the action when loaded child table is empty (no rows).")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set ChildRowEmptyAction : ChildRowAction
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the action when loaded child table is empty (no rows).")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property ChildRowAction get_ChildRowEmptyAction();
public: __property void set_ChildRowEmptyAction( 
   ChildRowAction value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the action when loaded child table is empty (no rows).")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property ChildRowAction ChildRowEmptyAction {
   ChildRowAction get();
   void set (    ChildRowAction 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.