A newer version of this page is available.
Switch to the current version.
BreadCrumbNode.ShowCaption Property
Gets or sets whether this BreadCrumbNode's caption is visible.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
[DXCategory("Appearance")]
[DefaultValue(true)]
public bool ShowCaption { get; set; }
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Property ShowCaption As Boolean
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 this link to learn more.
See Also
Feedback