Skip to main content
A newer version of this page is available. .

RepositoryItemPageNumberEdit.Assign(RepositoryItem) Method

Copies contents of the specified object to the current object.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public override void Assign(
    RepositoryItem item
)

Parameters

Name Type Description
item RepositoryItem

An object whose settings are copied to the current object.

See Also