Skip to main content

StyleFormatConditionBase.Value2 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 the second comparison value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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