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.

Note

A complete sample project is available at https://github.com/DevExpress-Examples/how-to-create-templates-e2511

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