Back to Devexpress

BreadCrumbNode.ShowCaption Property

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbnode-36ba74f8.md

latest1.9 KB
Original Source

BreadCrumbNode.ShowCaption Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowCaption { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Property ShowCaption As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

Caption

Value

Breadcrumb Edit Control

BreadCrumbNode Class

BreadCrumbNode Members

DevExpress.XtraEditors Namespace