Skip to main content

RepositoryItemTokenEdit.Assign(RepositoryItem) Method

Copies all settings from the target RepositoryItem to this RepositoryItemTokenEdit object.

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 whose settings should be copied to this RepositoryItemTokenEdit.

See Also