Back to Devexpress

TreeList.ConvertFormatConditionToFormatRules() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-2c8fe3a6.md

latest1.6 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public void ConvertFormatConditionToFormatRules()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Sub ConvertFormatConditionToFormatRules

Remarks

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

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace