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.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | RepositoryItem | A RepositoryItem object whose property values are copied to the current object. |
See Also