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






Specifies whether the default values in WebGridColumn should cause the new row to be marked as dirty or not.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Specifies whether the default values in WebGridColumn should cause the new row to be marked as dirty or not.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property MarkDefaultValuesAsDirty As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.MarkDefaultValuesAsDirty = value
 
value = instance.MarkDefaultValuesAsDirty
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies whether the default values in WebGridColumn should cause the new row to be marked as dirty or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public bool MarkDefaultValuesAsDirty {get; set;}
Delphi 
public read-write property MarkDefaultValuesAsDirty: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Specifies whether the default values in WebGridColumn should cause the new row to be marked as dirty or not.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set MarkDefaultValuesAsDirty : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies whether the default values in WebGridColumn should cause the new row to be marked as dirty or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property bool get_MarkDefaultValuesAsDirty();
public: __property void set_MarkDefaultValuesAsDirty( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies whether the default values in WebGridColumn should cause the new row to be marked as dirty or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property bool MarkDefaultValuesAsDirty {
   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.