Back to Devexpress

TreeListFormatRuleCollection Class

windowsforms-devexpress-dot-xtratreelist-dot-styleformatconditions-e3bafc00.md

latest2.5 KB
Original Source

TreeListFormatRuleCollection Class

A collection of TreeListFormatRule objects.

Namespace : DevExpress.XtraTreeList.StyleFormatConditions

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public class TreeListFormatRuleCollection :
    FormatRuleCollection<TreeListFormatRule, TreeListColumn>
vb
Public Class TreeListFormatRuleCollection
    Inherits FormatRuleCollection(Of TreeListFormatRule, TreeListColumn)

The following members return TreeListFormatRuleCollection objects:

Remarks

Use the TreeList.FormatRules property to apply style format rules to a Tree List control. Each rule is specified by the TreeListFormatRule object.

Inheritance

Object DXCollectionBase<TreeListFormatRule> FormatRuleCollection<TreeListFormatRule, TreeListColumn> TreeListFormatRuleCollection

See Also

TreeListFormatRuleCollection Members

Conditional Formatting

DevExpress.XtraTreeList.StyleFormatConditions Namespace