Sandbox Logo

Panel.ElementName

string ElementName { get; set; }

Description

The element name. If you've created this Panel via a template this will be whatever the element name is on there. If not then it'll be the name of the class (ie Panel, Button)

Return

User Comments