Back to Devexpress

BarItemLinkBase.LinkTypeName Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkbase-b4a0c708.md

latest1.1 KB
Original Source

BarItemLinkBase.LinkTypeName Property

Returns the bar item link’s type name. This member 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
[Browsable(false)]
public virtual string LinkTypeName { get; set; }
vb
<Browsable(False)>
Public Overridable Property LinkTypeName As String

Property Value

TypeDescription
String

A string that specifies the bar item link’s type name.

|

See Also

BarItemLinkBase Class

BarItemLinkBase Members

DevExpress.Xpf.Bars Namespace