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.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | RepositoryItem | A RepositoryItem object whose property values are copied to the current object. |
See Also