Skip to content

Instantly share code, notes, and snippets.

@grumpycatsaysno
Last active February 9, 2016 12:03
Show Gist options
  • Save grumpycatsaysno/1e94227ae0115a8ada9f to your computer and use it in GitHub Desktop.
Save grumpycatsaysno/1e94227ae0115a8ada9f to your computer and use it in GitHub Desktop.
RadListView control reference from the template
protected virtual RadTreeView TreeViewHierarchicalList
{
get
{
return this.Container.GetControl<RadTreeView>("treeview_hierarchicallist", false);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment