Xceed Grid for WinForms v4.3 Documentation
AccessibleDescription Property (Row)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > Row Class : AccessibleDescription Property
Gets or sets the description of the element used by accessibility client applications.
Syntax
'Declaration
 
<DescriptionAttribute("The description of the element used by accessibility client applications.")>
<LocalizableAttribute(True)>
<CategoryAttribute("Accessibility")>
Public Property AccessibleDescription As String
'Usage
 
Dim instance As Row
Dim value As String
 
instance.AccessibleDescription = value
 
value = instance.AccessibleDescription
[Description("The description of the element used by accessibility client applications.")]
[Localizable(true)]
[Category("Accessibility")]
public string AccessibleDescription {get; set;}

Property Value

A string representing the description of the element used by accessibility client applications. By default, DefaultAccessibleDescription.
Remarks

An object's AccessibleDescription property provides a textual description about an object's visual appearance. The description is primarily used to provide greater context for low-vision or blind users, but can also be used for context searching or other applications

Requirements

Target Platforms: 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

Reference

Row Class
Row Members