Back to Devexpress

FormatConditionRuleValue.Value2 Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionrulevalue-dot-value2.md

latest2.0 KB
Original Source

FormatConditionRuleValue.Value2 Property

SECURITY-RELATED CONSIDERATIONS

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 constant that is compared with column values.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public object Value2 { get; set; }
vb
<DXCategory("Behavior")>
<XtraSerializableProperty>
<DefaultValue(Nothing)>
Public Property Value2 As Object

Property Value

TypeDefaultDescription
Objectnull

A value that is compared with the column’s values.

|

Remarks

See FormatConditionRuleValue.Value1 to learn more.

See Also

Condition

Value1

FormatConditionRuleValue Class

FormatConditionRuleValue Members

DevExpress.XtraEditors Namespace