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

BreadCrumbNode.ShowCaption Property

Gets or sets whether this BreadCrumbNode‘s caption is visible.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(true)]
public bool ShowCaption { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if this BreadCrumbNode‘s caption is visible; otherwise, false.

Remarks

To specify a node caption, use the BreadCrumbNode.Caption property. By default, when you specify the node’s caption, its BreadCrumbNode.Value property will attain the same value. See this link to learn more.

See Also