BarItem.CreateLink(Boolean) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public virtual BarItemLink CreateLink(
bool privateLink
)
#Parameters
Name | Type | Description |
---|---|---|
private |
Boolean | A Boolean value. |
#Returns
Type | Description |
---|---|
Bar |
A Bar |
See Also