C1TreeView allows you to fully customize the control's appearance using CSS selectors. This topic will walk you through setting CSS selectors to customize the appearance of C1TreeView.
<asp:Content>
tags on the page. Add <style type="text/css"></style>
tags. These tags will allow you to add CSS styling..wijmo-wijtree { color: #993377; background: #02222; border-color: Black; font-family: Elephant; }
to the tags.