Intersoft WebGrid Documentation
SuppressErrorMessage Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFreezePaneSettings Class : SuppressErrorMessage Property






Suppress the error message that is usually displayed when user attempts to freeze column but the width of grid is not sufficient

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies whether error message related to freeze column should be suppressed.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property SuppressErrorMessage As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridFreezePaneSettings
Dim value As Boolean
 
instance.SuppressErrorMessage = value
 
value = instance.SuppressErrorMessage
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether error message related to freeze column should be suppressed.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool SuppressErrorMessage {get; set;}
Delphi 
public read-write property SuppressErrorMessage: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies whether error message related to freeze column should be suppressed.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set SuppressErrorMessage : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether error message related to freeze column should be suppressed.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_SuppressErrorMessage();
public: __property void set_SuppressErrorMessage( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether error message related to freeze column should be suppressed.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property bool SuppressErrorMessage {
   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.