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

StyleFormatConditionBase.Value2 Property

Gets or sets the second comparison value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[XtraSerializableProperty]
public object Value2 { get; set; }

Property Value

Type Default Description
Object null

A Object which represents the comparison value.

See Also