Skip to main content
Bar

BarItem.CreateLink(Boolean) Method

Creates an internal link. This method supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public virtual BarItemLink CreateLink(
    bool isPrivate
)

#Parameters

Name Type Description
isPrivate Boolean

A Boolean value.

#Returns

Type Description
BarItemLink

A BarItemLink object.

See Also