TreeListFormatRule.QueryAppearance(TreeListColumn, TreeListNode) Method
In This Article
Returns the appearance settings to apply to a specific cell.
Namespace: DevExpress.XtraTreeList.StyleFormatConditions
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public AppearanceObject QueryAppearance(
TreeListColumn column,
TreeListNode node
)
#Parameters
Name | Type | Description |
---|---|---|
column | Tree |
The column that contains the cell. |
node | Tree |
The node that contains the cell. |
#Returns
Type | Description |
---|---|
Appearance |
An object with appearance settings to apply to a specific cell. |
See Also