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






Gets or sets the key used to apply the row changes during editing.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the key used to apply the row changes during editing")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property ApplyChangesKey As EditKeyMode
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As EditKeyMode
 
instance.ApplyChangesKey = value
 
value = instance.ApplyChangesKey
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the key used to apply the row changes during editing")]
[ISNet.Serialization.XmlSerializableAttribute()]
public EditKeyMode ApplyChangesKey {get; set;}
Delphi 
public read-write property ApplyChangesKey: EditKeyMode; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the key used to apply the row changes during editing")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set ApplyChangesKey : EditKeyMode
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the key used to apply the row changes during editing")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property EditKeyMode get_ApplyChangesKey();
public: __property void set_ApplyChangesKey( 
   EditKeyMode value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the key used to apply the row changes during editing")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property EditKeyMode ApplyChangesKey {
   EditKeyMode get();
   void set (    EditKeyMode 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.