BreadcrumbCustomDisplayTextEventArgs.DisplayText Property
Gets or sets a text assigned to the processed item.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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