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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DXCategory("Accessibility")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public virtual string AccessibleDefaultActionDescription { get; set; }
Property Value
Type | Description |
---|---|
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.