Method SetItemBackgroundColor
SetItemBackgroundColor(TreeViewItem, Color?)
Sets background color of the item.
void SetItemBackgroundColor(TreeViewItem item, Color? color)Parameters
- itemTreeViewItem
- Item. 
- colorColor
- Background color. 
Sets background color of the item.
void SetItemBackgroundColor(TreeViewItem item, Color? color)item TreeViewItemItem.
color ColorBackground color.