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

How to: Create Templates

  • 2 minutes to read

This example demonstrates how you can create templates.

View Example

protected void Page_Load(object sender, EventArgs e)
{
    ASPxTreeView1.ExpandAll();
}