Back to Devexpress

StyleFormatConditionBase.Value1 Property

windowsforms-devexpress-dot-xtraeditors-dot-styleformatconditionbase-dot-value1.md

latest1.6 KB
Original Source

StyleFormatConditionBase.Value1 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 first comparison value.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Objectnull

A Object which represents the comparison value.

|

See Also

StyleFormatConditionBase Class

StyleFormatConditionBase Members

DevExpress.XtraEditors Namespace