TemplateType

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

Does anyone knows if there is an Enumeration for ListView template
available types:

AlternatingItemTemplate, EditItemTemplate, EmptyDataTemplate,
EmptyItemTemplate ...

Thanks,

Miguel
 
lan enum makes no sense. templates implement the ITemplate interface, and
AlternatingItemTemplate, EditItemTemplate, etc are just properties on a
control that supports templates. to get the list for any control, use
reflection and list all properties with ITemplate as the type

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top