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






Specifies whether the action indicator should be displayed when the column in hovered.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Specifies whether the action indicator should be displayed when the column is hovered.")>
Public Property ShowColumnAction As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.ShowColumnAction = value
 
value = instance.ShowColumnAction
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether the action indicator should be displayed when the column is hovered.")]
public bool ShowColumnAction {get; set;}
Delphi 
public read-write property ShowColumnAction: Boolean; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Specifies whether the action indicator should be displayed when the column is hovered.")
public function get,set ShowColumnAction : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether the action indicator should be displayed when the column is hovered.")]
public: __property bool get_ShowColumnAction();
public: __property void set_ShowColumnAction( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether the action indicator should be displayed when the column is hovered.")]
public:
property bool ShowColumnAction {
   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

©2012 Intersoft Solutions Corp. All Rights Reserved.