Xceed Grid for WinForms v4.3 Documentation
AccessibleDefaultActionDescription Property (RowSelector)


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

Property Value

A string representing the default action description of the element for use by accessibility client applications.
Remarks

An object's AccessibleDefaultActionDescription property describes the object's primary method of manipulation from the user's viewpoint. This property should be a verb or a short verb phrase.

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

RowSelector Class
RowSelector Members