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

AddingMRUItemEventArgs.AddReason Property

Gets the reason that caused the AddingMRUItem event.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

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