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

StyleFormatConditionBase.Value1 Property

Gets or sets the first 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 Value1 { get; set; }

Property Value

Type Default Description
Object null

A Object which represents the comparison value.

See Also