Skip to main content

RepositoryItemPopupBase.Assign(RepositoryItem) Method

Copies settings from the repository item specified as a parameter.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Assign(
    RepositoryItem item
)

Parameters

Name Type Description
item RepositoryItem

A RepositoryItem descendant representing the repository item whose settings should be copied to the current repository item.

Remarks

The Assign method copies settings common for all editors that have popup windows. Repository items derived from the RepositoryItemPopupBase class override this method to copy editor specific settings.

See Also