TreeList.RefreshCell(TreeListNode, TreeListColumn) Method
Refreshes the specified cell.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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