RepositoryItemPopupBase.Assign(RepositoryItem) Method
Copies settings from the repository item specified as a parameter.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | RepositoryItem | A RepositoryItem descendant representing the repository item whose settings should be copied to the current repository item. |
Remarks
The Assign method copies settings common for all editors that have popup windows. Repository items derived from the RepositoryItemPopupBase class override this method to copy editor specific settings.
See Also