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






Specifies whether the default styles should be merged with user defined styles.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies whether the default styles should be merged with user defined styles.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property AllowDefaultStyleMerging As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.AllowDefaultStyleMerging = value
 
value = instance.AllowDefaultStyleMerging
C# 
[DescriptionAttribute("Specifies whether the default styles should be merged with user defined styles.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public bool AllowDefaultStyleMerging {get; set;}
Delphi 
public read-write property AllowDefaultStyleMerging: Boolean; 
JScript 
DescriptionAttribute("Specifies whether the default styles should be merged with user defined styles.")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set AllowDefaultStyleMerging : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Specifies whether the default styles should be merged with user defined styles.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property bool get_AllowDefaultStyleMerging();
public: __property void set_AllowDefaultStyleMerging( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Specifies whether the default styles should be merged with user defined styles.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property bool AllowDefaultStyleMerging {
   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.