Skip to main content

StyleFormatConditionBase.Tag Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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