Skip to main content
All docs
V25.1
  • TreeListFormatRule.QueryAppearance(TreeListColumn, TreeListNode) Method

    Returns the appearance settings to apply to a specific cell.

    Namespace: DevExpress.XtraTreeList.StyleFormatConditions

    Assembly: DevExpress.XtraTreeList.v25.1.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