Skip to main content
A newer version of this page is available. .

BreadcrumbCustomDisplayTextEventArgs.DisplayText Property

Gets or sets a text assigned to the processed item.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v19.1.dll

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