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

TreeList.ConvertFormatConditionToFormatRules() Method

Converts objects from the TreeList.FormatConditions collection to TreeListFormatRule objects and adds them to the TreeList.FormatRules collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public void ConvertFormatConditionToFormatRules()

Remarks

The ConvertFormatConditionToFormatRules method clears the TreeList.FormatConditions collection after the conversion.

See Also