Back to Devexpress

MRUItemAddReason Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-2ac21da7.md

latest1.4 KB
Original Source

MRUItemAddReason Enum

Contains values that identify how an item has beed added to the MRUEdit control.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum MRUItemAddReason
vb
Public Enum MRUItemAddReason

Members

NameDescription
AddNew

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

| | Internal |

For internal use.

|

The following properties accept/return MRUItemAddReason values:

Remarks

The MRUItemAddReason enumeration provides values for the AddingMRUItemEventArgs.AddReason property.

See Also

AddReason

DevExpress.XtraEditors.Controls Namespace