Skip to main content

RepositoryItemColorPickEdit.Assign(RepositoryItem) Method

Copies settings from the object passed as the parameter.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Assign(
    RepositoryItem item
)

Parameters

Name Type Description
item RepositoryItem

A RepositoryItemColorPickEdit object whose settings are copied to the current object.

See Also