Back to Devexpress

BreadcrumbNode.Text Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbnode-91338e93.md

latest1.3 KB
Original Source

BreadcrumbNode.Text Property

Gets a node display text.

Namespace : DevExpress.Xpf.Controls

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public string Text { get; }
vb
Public ReadOnly Property Text As String

Property Value

TypeDescription
String

A node display text.

|

Remarks

The control retrieves the display text from the node’s bound data item.

The BreadcrumbControl.DisplayMember property specifies a field in the bound data item whose content is displayed by the BreadcrumbNode.

See Also

BreadcrumbNode Class

BreadcrumbNode Members

DevExpress.Xpf.Controls Namespace