TreeListFormatRule.QueryAppearance(TreeListColumn, TreeListNode) Method
Returns the appearance settings to apply to a specific cell.
Namespace: DevExpress.XtraTreeList.StyleFormatConditions
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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