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.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public void ConvertFormatConditionToFormatRules()
Remarks
The ConvertFormatConditionToFormatRules method clears the TreeList.FormatConditions collection after the conversion.
See Also