Intersoft WebGrid Documentation
HighlightChanges Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridBatchUpdateSettings Class : HighlightChanges Property






Specifies whether pending changes rows should be highlighted.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies whether pending changes rows should be highlighted.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property HighlightChanges As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridBatchUpdateSettings
Dim value As Boolean
 
instance.HighlightChanges = value
 
value = instance.HighlightChanges
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether pending changes rows should be highlighted.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public bool HighlightChanges {get; set;}
Delphi 
public read-write property HighlightChanges: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies whether pending changes rows should be highlighted.")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set HighlightChanges : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether pending changes rows should be highlighted.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property bool get_HighlightChanges();
public: __property void set_HighlightChanges( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether pending changes rows should be highlighted.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property bool HighlightChanges {
   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.