AddingMRUItemEventArgs.AddReason Property
Gets the reason that caused the AddingMRUItem event.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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