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






Specifies whether the cell's value should be persisted during copy and paste operation.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies whether the cell's value should be persisted during copy and paste operation.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property PersistValueListOnCopy As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.PersistValueListOnCopy = value
 
value = instance.PersistValueListOnCopy
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the cell's value should be persisted during copy and paste operation.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool PersistValueListOnCopy {get; set;}
Delphi 
public read-write property PersistValueListOnCopy: Boolean; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Specifies whether the cell's value should be persisted during copy and paste operation.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set PersistValueListOnCopy : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the cell's value should be persisted during copy and paste operation.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_PersistValueListOnCopy();
public: __property void set_PersistValueListOnCopy( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the cell's value should be persisted during copy and paste operation.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property bool PersistValueListOnCopy {
   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.