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.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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