BreadCrumbNode.ShowCaption Property
In This Article
Gets or sets whether this BreadCrumbNode‘s caption is visible.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if this Bread |
#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