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






Specifies whether the WebGrid instance should operate in compliance with U.S. Section 508 Standards. 

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies whether the WebGrid instance should operate in compliance with U.S. Section 508 Standards.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Property EnableSection508Standards As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As Boolean
 
instance.EnableSection508Standards = value
 
value = instance.EnableSection508Standards
C# 
[DescriptionAttribute("Specifies whether the WebGrid instance should operate in compliance with U.S. Section 508 Standards.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public bool EnableSection508Standards {get; set;}
Delphi 
public read-write property EnableSection508Standards: Boolean; 
JScript 
DescriptionAttribute("Specifies whether the WebGrid instance should operate in compliance with U.S. Section 508 Standards.")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
CategoryAttribute("Behavior")
public function get,set EnableSection508Standards : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Specifies whether the WebGrid instance should operate in compliance with U.S. Section 508 Standards.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public: __property bool get_EnableSection508Standards();
public: __property void set_EnableSection508Standards( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Specifies whether the WebGrid instance should operate in compliance with U.S. Section 508 Standards.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public:
property bool EnableSection508Standards {
   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.