Back to Devexpress

RepositoryItem.Tag Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-96fe9009.md

latest1.5 KB
Original Source

RepositoryItem.Tag Property

Gets or sets the data associated with the repository item.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Objectnull

An object that contains the information which is associated with the repository item.

|

Remarks

Important

The Edit Form uses the Tag property of repository items internally. Do not set the Tag property to avoid runtime issues.

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace