Back to Devexpress

RepositoryItem.AccessibleDefaultActionDescription Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-0e72f959.md

latest2.0 KB
Original Source

RepositoryItem.AccessibleDefaultActionDescription Property

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

Declaration

csharp
[Browsable(false)]
[DXCategory("Accessibility")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public virtual string AccessibleDefaultActionDescription { get; set; }
vb
<DXCategory("Accessibility")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Overridable Property AccessibleDefaultActionDescription As String

Property Value

TypeDescription
String

A string which specifies the default action description of the repository item for use by accessibility client applications.

|

Remarks

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

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace