Skip to main content
All docs
V23.2

TreeListFormatRule.QueryAppearance(TreeListColumn, TreeListNode) Method

Returns the appearance settings to apply to a specific cell.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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