StyleFormatCondition(FormatConditionEnum) Constructor
Initializes a new instance of the StyleFormatCondition class with the specified comparison operation type.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
condition | FormatConditionEnum | A FormatConditionEnum enumeration value that specifies the type of the comparison operation. This value is assigned to the StyleFormatConditionBase.Condition property. |
See Also