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






Specifies whether the first editable cell should be focused after a successful add operation.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Specifies whether the first editable cell should be focused after a successful add operation.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property SelectFirstCellOnAdd As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.SelectFirstCellOnAdd = value
 
value = instance.SelectFirstCellOnAdd
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether the first editable cell should be focused after a successful add operation.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public bool SelectFirstCellOnAdd {get; set;}
Delphi 
public read-write property SelectFirstCellOnAdd: Boolean; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Specifies whether the first editable cell should be focused after a successful add operation.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set SelectFirstCellOnAdd : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether the first editable cell should be focused after a successful add operation.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property bool get_SelectFirstCellOnAdd();
public: __property void set_SelectFirstCellOnAdd( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether the first editable cell should be focused after a successful add operation.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property bool SelectFirstCellOnAdd {
   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.