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






Determinse whether WebGrid should automatically focus to new row when user pressed Tab or Right arrow key in the last cell of the last row in the table.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Determines whether WebGrid should automatically focus to new row when user pressed Tab or Right arrow key in the last cell of the last row in the table.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property FocusNewRowOnLastCell As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.FocusNewRowOnLastCell = value
 
value = instance.FocusNewRowOnLastCell
C# 
[DescriptionAttribute("Determines whether WebGrid should automatically focus to new row when user pressed Tab or Right arrow key in the last cell of the last row in the table.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public bool FocusNewRowOnLastCell {get; set;}
Delphi 
public read-write property FocusNewRowOnLastCell: Boolean; 
JScript 
DescriptionAttribute("Determines whether WebGrid should automatically focus to new row when user pressed Tab or Right arrow key in the last cell of the last row in the table.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set FocusNewRowOnLastCell : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Determines whether WebGrid should automatically focus to new row when user pressed Tab or Right arrow key in the last cell of the last row in the table.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property bool get_FocusNewRowOnLastCell();
public: __property void set_FocusNewRowOnLastCell( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Determines whether WebGrid should automatically focus to new row when user pressed Tab or Right arrow key in the last cell of the last row in the table.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property bool FocusNewRowOnLastCell {
   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.