Skip to main content

StyleFormatCondition(FormatConditionEnum) Constructor

Initializes a new instance of the StyleFormatCondition class with the specified comparison operation type.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public StyleFormatCondition(
    FormatConditionEnum condition
)

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