Is is possible to determine the RenderingTags inside a block. I would like to sett diffrent properties depending on RenderingTag but i do not like to use more then one template since they do not change that much except a couple of settings.
If you are using webforms, you should be able to do something like this in your block template:
(this.Parent.BindingContainer as PropertyContentAreaControl).Tag;
Is is possible to determine the RenderingTags inside a block. I would like to sett diffrent properties depending on RenderingTag but i do not like to use more then one template since they do not change that much except a couple of settings.