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

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.v19.1.dll

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