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

TreeListFormatRule.QueryAppearance(TreeListColumn, TreeListNode) Method

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v22.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public AppearanceObject QueryAppearance(
    TreeListColumn column,
    TreeListNode node
)

Parameters

Name Type
column TreeListColumn
node TreeListNode

Returns

Type
AppearanceObject
See Also