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

BreadcrumbControl.DisplayMember Property

Gets or sets a field name in the bound data source whose contents are to be displayed by the BreadcrumbControl. This is a dependency property.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public string DisplayMember { get; set; }

Property Value

Type Description
String

A field name in a data source.

See Also