The Portrate Interview Engine

Heading Properties

The properties of the Heading class are listed below. For a complete list of Heading class members, see the Heading Members topic.

Public Instance Properties

Attributes (inherited from AbstractControl) Returns the configured display attributes for this control. These attributes are read from the configuration of this control.
ControlName (inherited from AbstractControl) Get/set the control name. The control's name is a unique identifier used in the rendering of the Portrate_Interview form.
DataName (inherited from AbstractControl) Gets/sets the data name for this control. The data name is the name used in the model dictionary to record or lookup a value.
DefaultValue (inherited from AbstractControl) Gets/sets the current data value for this control
DisplayRule (inherited from AbstractControl) Set the display rule for this element
HelpDisplayStyle (inherited from AbstractControl) Get/set how the help text is displayed
HelpImageURL (inherited from AbstractControl) Get/set the URL of the image used to represent a help link.
HelpText (inherited from AbstractControl) Get/set the help/hint text associated with this control.
HelpURL (inherited from AbstractControl) Get/set the URL associated with the help information for this control
IsInputControl 
Label (inherited from AbstractControl) The display label for the control.
ReadOnly (inherited from AbstractControl) Get/set whether or not this control is read-only.
Validators (inherited from AbstractControl) Returns the collection of IValidator instances for this control.

Protected Instance Properties

LabelCssClass Returns "Portrate_Heading"

See Also

Heading Class | Portrate.Interview.View.Controls Namespace