AddingMRUItemEventArgs.AddReason Property
Gets the reason that caused the AddingMRUItem event.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v26.1.dll
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