Skip to main content
A newer version of this page is available. .
All docs
V22.2

TreeListFormatRule.QueryAppearance(TreeListColumn, TreeListNode) Method

Returns the appearance settings to apply to a specific cell.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v22.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public AppearanceObject QueryAppearance(
    TreeListColumn column,
    TreeListNode node
)

Parameters

Name Type Description
column TreeListColumn

The column that contains the cell.

node TreeListNode

The node that contains the cell.

Returns

Type Description
AppearanceObject

An object with appearance settings to apply to a specific cell.

See Also