Skip to main content

FormatRuleBase.Tag Property

SECURITY NOTE

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Object null

Custom data associated with the current FormatRuleBase object.

Remarks

Use the Tag property to associate custom data with FormatRuleBase objects.

See Also