Click or drag to resize

FrontendControlInitialValue Property

Stores and retrieves the initial value for this control.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public virtual Object InitialValue { get; set; }

Property Value

Type: Object
Initial value for this control.

Return Value

Type: Object
The current initial value for this control.
Remarks