AddingMRUItemEventArgs.AddReason Property
In This Article
Gets the reason that caused the AddingMRUItem event.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public MRUItemAddReason AddReason { get; }
#Property Value
Type | Description |
---|---|
MRUItem |
A MRUItem |
Available values:
Name | Description |
---|---|
Add |
A new item has been added by an end-user. |
Internal | For internal use. |
See Also