Skip to main content

AddingMRUItemEventArgs.AddReason Property

Gets the reason that caused the AddingMRUItem event.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public MRUItemAddReason AddReason { get; }

Property Value

Type Description
MRUItemAddReason

A MRUItemAddReason value.

Available values:

Name Description
AddNew

A new item has been added by an end-user.

Internal

For internal use.

See Also