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

StyleFormatConditionBase.Tag Property

Gets or sets a value which identifies the current style condition object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DefaultValue(null)]
public virtual object Tag { get; set; }

Property Value

Type Default Description
Object *null*

A Object which identifies the current style condition object.

See Also