Skip to main content
A newer version of this page is available. .

TreeList.RefreshCell(TreeListNode, TreeListColumn) Method

Refreshes the specified cell.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public virtual void RefreshCell(
    TreeListNode node,
    TreeListColumn column
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode that contains the specified cell.

column TreeListColumn

A TreeListColumn object that is the column where the target cell resides.

See Also