Intersoft WebCombo Documentation
RenderOnHidden Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebComboColumn Class : RenderOnHidden Property






Gets or sets a value indicating whether WebCombo should render this Column and its cell to client (in invisible display) when its Hidden property is set to True.

Gets or sets a value indicating whether WebCombo should render this Column and its cell to client (in invisible display) when its Hidden property is set to True.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets a value indicating whether WebCombo should render this Column and its cell to client (in invisible display) when its Hidden property is set to True.")>
<DefaultValueAttribute()>
Public Property RenderOnHidden As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebComboColumn
Dim value As Boolean
 
instance.RenderOnHidden = value
 
value = instance.RenderOnHidden
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value indicating whether WebCombo should render this Column and its cell to client (in invisible display) when its Hidden property is set to True.")]
[DefaultValueAttribute()]
public bool RenderOnHidden {get; set;}
Delphi 
public read-write property RenderOnHidden: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets a value indicating whether WebCombo should render this Column and its cell to client (in invisible display) when its Hidden property is set to True.")
DefaultValueAttribute()
public function get,set RenderOnHidden : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value indicating whether WebCombo should render this Column and its cell to client (in invisible display) when its Hidden property is set to True.")]
[DefaultValueAttribute()]
public: __property bool get_RenderOnHidden();
public: __property void set_RenderOnHidden( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value indicating whether WebCombo should render this Column and its cell to client (in invisible display) when its Hidden property is set to True.")]
[DefaultValueAttribute()]
public:
property bool RenderOnHidden {
   bool get();
   void set (    bool 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

Reference

WebComboColumn Class
WebComboColumn Members
How-to: Get the hidden cell's value of the selected row

© 2012 Intersoft Solutions Corp. All Rights Reserved.