BreadCrumbEdit.CanGoUp Property
In This Article
Tests whether or not calling the BreadCrumbEdit.GoUp method will have an effect.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if calling the Bread |
#Remarks
The BreadCrumbEdit.GoForward method will have no effect if the currently viewed node does not have a parent node.
See Also