Skip to main content

RepositoryItemCheckedComboBoxEdit.Assign(RepositoryItem, Boolean) Method

Copies settings from the specified object to the current RepositoryItemCheckedComboBoxEdit object, allowing you to select whether data-related settings should be copied.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Assign(
    RepositoryItem item,
    bool assignData
)

Parameters

Name Type Description
item RepositoryItem

A source repository item object.

assignData Boolean

true to copy data-related settings; otherwise, false.

Remarks

If the assignData parameter is set to true, the following properties are copied to the current RepositoryItemCheckedComboBoxEdit object:

See Also