BreadCrumbNode.ShowCaption Property
Gets or sets whether this BreadCrumbNode‘s caption is visible.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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