windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-0e72f959.md
Gets or sets the default action description of the repository item for use by accessibility client applications.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[DXCategory("Accessibility")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public virtual string AccessibleDefaultActionDescription { get; set; }
<DXCategory("Accessibility")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Overridable Property AccessibleDefaultActionDescription As String
| Type | Description |
|---|---|
| String |
A string which specifies the default action description of the repository item for use by accessibility client applications.
|
A repository item’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. For more information on the properties of accessible objects, see the Content of Descriptive Properties topic in the Active Accessibility section of the MSDN Library.
See Also