windowsforms-devexpress-dot-xtraeditors-dot-formatrulebase-5f5ff32d.md
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 custom data associated with the current FormatRuleBase object.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(null)]
[DXCategory("Data")]
[XtraSerializableProperty]
public object Tag { get; set; }
<DefaultValue(Nothing)>
<DXCategory("Data")>
<XtraSerializableProperty>
Public Property Tag As Object
| Type | Default | Description |
|---|---|---|
| Object | null |
Custom data associated with the current FormatRuleBase object.
|
Use the Tag property to associate custom data with FormatRuleBase objects.
See Also