Version

Section508Compliant Property (WebScheduleViewBase)

Determines whether compliance with U.S. Section 508 accessibility guidelines have been activated.
Syntax
'Declaration
 
Public Overridable Property Section508Compliant As Boolean
public virtual bool Section508Compliant {get; set;}
Remarks

WebSchedule will render additional alternate text information and metadata to make the schedule more accessible to an audience that employs assistive technology such as braille readers or magnifiers in accordance with pertinent paragraphs of U.S. Section 508: 1194.22, "Accessibility in Web and Internet Applications."

Image properties allow you to customize the alternate text rendered when Section 508 compliance is active for interactive image elements, such as the NextButtonImage and PrevButtonImage properties.

It is strongly recommended that when you activate Section 508 compliance that you also set EnableKeyboardNavigation to true to enable users to reach all information within the schedule view when a mouse is unavailable. By default, turning on one property does not force the other one to be turned on.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also