Skip to main content
Bar

BarCheckItemLink.Assign(BarItemLinkBase) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public override void Assign(
    BarItemLinkBase link
)

Parameters

Name Type Description
link BarItemLinkBase

An object whose settings are copied.

See Also