Back to Devexpress

BreadCrumbNode.Tag Property

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbnode-4bc7aa76.md

latest1.5 KB
Original Source

BreadCrumbNode.Tag Property

Gets or sets the tag associated with this BreadCrumbNode.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Data")]
public object Tag { get; set; }
vb
<DXCategory("Data")>
<DefaultValue(Nothing)>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

An Object associated with this BreadCrumbNode.

|

Remarks

Tag is the optional property that allows you to assign any object to the node. These objects serve as unique labels and allow you to quickly identify the target node.

See Also

Breadcrumb Edit Control

BreadCrumbNode Class

BreadCrumbNode Members

DevExpress.XtraEditors Namespace