Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Cell Class / AccessibleDescription Property


In This Topic
    AccessibleDescription Property (Cell)
    In This Topic
    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 Cell
    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