Skip to main content

RepositoryItemHypertextLabel.Assign(RepositoryItem) Method

Assigns property values of the specified RepositoryItem object to the corresponding properties of this object.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Assign(
    RepositoryItem item
)

Parameters

Name Type Description
item RepositoryItem

A RepositoryItem object whose property values are copied to the current object.

See Also