Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DXCategory("Accessibility")]
[Browsable(false)]
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.

See Also