Back to Devexpress

TreeListFormatRule.QueryAppearance(TreeListColumn, TreeListNode) Method

windowsforms-devexpress-dot-xtratreelist-dot-styleformatconditions-dot-treelistformatrule-dot-queryappearance-x28-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-x29.md

latest2.0 KB
Original Source

TreeListFormatRule.QueryAppearance(TreeListColumn, TreeListNode) Method

Returns the appearance settings to apply to a specific cell.

Namespace : DevExpress.XtraTreeList.StyleFormatConditions

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public AppearanceObject QueryAppearance(
    TreeListColumn column,
    TreeListNode node
)
vb
Public Function QueryAppearance(
    column As TreeListColumn,
    node As TreeListNode
) As AppearanceObject

Parameters

NameTypeDescription
columnTreeListColumn

The column that contains the cell.

| | node | TreeListNode |

The node that contains the cell.

|

Returns

TypeDescription
AppearanceObject

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

|

See Also

TreeListFormatRule Class

TreeListFormatRule Members

DevExpress.XtraTreeList.StyleFormatConditions Namespace