Skip to main content
All docs
V25.1
  • QueryUniqueItemIdEventArgs(String, String, List<String>) Constructor

    Initializes a new instance of the QueryUniqueItemIdEventArgs class with specified settings.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public QueryUniqueItemIdEventArgs(
        string id,
        string originId,
        List<string> itemIds
    )

    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 use element. This value is assigned to the QueryUniqueItemIdEventArgs.UseElementId property.

    itemIds List<String>

    A collection of existing item Ids. This value is assigned to the QueryUniqueItemIdEventArgs.ItemId property.

    See Also