StyleFormatCondition(FormatConditionEnum) Constructor
Initializes a new instance of the StyleFormatCondition class with the specified comparison operation type.
Namespace: DevExpress.XtraTreeList.StyleFormatConditions
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
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