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.v24.2.dll
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public void ConvertFormatConditionToFormatRules()
Remarks
The ConvertFormatConditionToFormatRules method clears the TreeList.FormatConditions collection after the conversion.
See Also