Intersoft WebGrid Documentation
Expanded Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : Expanded Property






Gets or sets a value whether or not the row is expanded.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets a value whether or not the row is expanded.")>
<DefaultValueAttribute()>
Public Property Expanded As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As Boolean
 
instance.Expanded = value
 
value = instance.Expanded
C# 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value whether or not the row is expanded.")]
[DefaultValueAttribute()]
public bool Expanded {get; set;}
Delphi 
public read-write property Expanded: Boolean; 
JScript 
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets a value whether or not the row is expanded.")
DefaultValueAttribute()
public function get,set Expanded : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value whether or not the row is expanded.")]
[DefaultValueAttribute()]
public: __property bool get_Expanded();
public: __property void set_Expanded( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value whether or not the row is expanded.")]
[DefaultValueAttribute()]
public:
property bool Expanded {
   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.