Back to Devexpress

BarItem.CreateLink(Boolean) Method

wpf-devexpress-dot-xpf-dot-bars-dot-baritem-dot-createlink-x28-system-dot-boolean-x29.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public virtual BarItemLink CreateLink(
    bool privateLink
)
vb
Public Overridable Function CreateLink(
    privateLink As Boolean
) As BarItemLink

Parameters

NameTypeDescription
privateLinkBoolean

A Boolean value.

|

Returns

TypeDescription
BarItemLink

A BarItemLink object.

|

See Also

BarItem Class

BarItem Members

DevExpress.Xpf.Bars Namespace