QueryUniqueItemIdEventArgs(String, String, List<String>) Constructor
Initializes a new instance of the QueryUniqueItemIdEventArgs class with specified settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | String | An element’s Id. This value is assigned to the QueryUniqueItemIdEventArgs.Id property. |
originId | String | The Id of the |
itemIds | List<String> | A collection of existing item Ids. This value is assigned to the QueryUniqueItemIdEventArgs.ItemId property. |
See Also