StyleFormatConditionBase(FormatConditionEnum, Object, AppearanceObject, Object, Object, Object) Constructor
Initializes a new instance of the StyleFormatConditionBase class with the specified settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public StyleFormatConditionBase(
FormatConditionEnum condition,
object tag,
AppearanceObject appearanceDefault,
object val1,
object val2,
object column
)
#Parameters
Name | Type | Description |
---|---|---|
condition | Format |
A Format |
tag | Object | A Object which identifies the current style condition object. This value is assigned to the Style |
appearance |
Appearance |
A Appearance |
val1 | Object | A Object which represents the first comparison value. This value is assigned to the Style |
val2 | Object | A Object which represents the second comparison value. This value is assigned to the Style |
column | Object | A Object value which represents a column whose values are used in conditional formatting. |