Skip to main content
All docs
V23.2

TreeListFormatRule.IsFit(TreeListColumn, TreeListNode) Method

Returns whether the current format rule evaluates to “true” for the specified cell.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public bool IsFit(
    TreeListColumn column,
    TreeListNode node
)

Parameters

Name Type Description
column TreeListColumn

The column to which the cell belongs.

node TreeListNode

The node to which the cell belongs.

Returns

Type Description
Boolean

true if the current rule is true for the specified cell; otherwise, false.

See Also