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.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| privateLink | Boolean | A Boolean value. |
Returns
| Type | Description |
|---|---|
| BarItemLink | A BarItemLink object. |
See Also