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

FormatRuleBase.Tag Property

Gets or sets custom data associated with the current FormatRuleBase object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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