Skip to main content
A newer version of this page is available. .

RepositoryItem.Tag Property

Gets or sets the data associated with the repository item.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Data")]
public object Tag { get; set; }

Property Value

Type Default Description
Object null

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

See Also