smartDBforms.NET API Reference

ControlRenderMode Enumeration

Determines if the root html element of the control will be DIV or SPAN

[Visual Basic]
Public Enum ControlRenderMode
[C#]
public enum ControlRenderMode

Members

Member Name Description
Block The root element of the control will be DIV
Inline The root element of the control will be SPAM

Requirements

Namespace: Adillis.SmartDBForms

Assembly: Adillis.SmartDBForms (in Adillis.SmartDBForms.dll)

See Also

Adillis.SmartDBForms Namespace