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

How to: Customize the print appearances

The following sample code shows how to enable the print appearances and customize the background color of even nodes via the TreeList.AppearancePrint property.

The image below shows the result.

Printing - ModifiedStyles

treeList1.OptionsPrint.UsePrintStyles = true;
treeList1.AppearancePrint.EvenRow.BackColor = Color.FromArgb(255, 192, 128);