Intersoft WebGrid Documentation
RowState Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRowChanges Class : RowState Property






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The change state of the row.")>
<DefaultValueAttribute()>
Public Property RowState As RowState
Visual Basic (Usage)Copy Code
Dim instance As WebGridRowChanges
Dim value As RowState
 
instance.RowState = value
 
value = instance.RowState
C# 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The change state of the row.")]
[DefaultValueAttribute()]
public RowState RowState {get; set;}
Delphi 
public read-write property RowState: RowState; 
JScript 
NotifyParentPropertyAttribute()
DescriptionAttribute("The change state of the row.")
DefaultValueAttribute()
public function get,set RowState : RowState
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The change state of the row.")]
[DefaultValueAttribute()]
public: __property RowState get_RowState();
public: __property void set_RowState( 
   RowState value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The change state of the row.")]
[DefaultValueAttribute()]
public:
property RowState RowState {
   RowState get();
   void set (    RowState 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.