Skip to main content

BreadCrumbNode.ShowCaption Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
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 Also