Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.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.

See Also