NavElement.Tag Property
SECURITY-RELATED CONSIDERATIONS
Deserializing layout settings from untrusted resources may create security issues. Serializable System.Object properties that contain custom type values are not (de)serialized automatically. Review the following help topic for information on how to (de)serialize custom type values: Safe Deserialization.
Gets or sets an object that contains custom data for the current NavElement object.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Object | null | An Object that contains custom data for the current NavElement. |
Remarks
The Tag property can be used to store any data that you want to associate with the current NavElement.
See Also