Skip to main content

BreadcrumbCustomDisplayTextEventArgs.DisplayText Property

Gets or sets a text assigned to the processed item.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public string DisplayText { get; set; }

Property Value

Type Description
String

A node text.

Remarks

Use the DisplayText property to set a custom text within an individual node. The text specified by the DisplayText property overrides the text obtained from a data source (if the BreadcrumbControl.DisplayMember property is specified).

See Also