RepositoryItem.Tag Property
Gets or sets the data associated with the repository item.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Object | null | 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