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

RepositoryItemRatingControl.Assign(RepositoryItem) Method

Copies all the settings from the target RepositoryItem to this RepositoryItemRatingControl.

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 whose properties are to be cloned to this RepositoryItemRatingControl.

See Also