Enumeration that is used by the Select1 Control to switch render state.
Namespace:
EPiServer.XForms.WebControlsAssembly: EPiServer.XForms (in EPiServer.XForms.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public enum RenderType |
Members
| Member name | Description | |
|---|---|---|
| NotSpecified | ||
| Full |
<input type="radio" />
| |
| Minimal |
<select></select>
|