Skip to main content

RepositoryItemPageNumberEdit.Assign(RepositoryItem) Method

Copies contents of the specified object to the current object.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

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