  | 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
Syntaxpublic virtual Object InitialValue { get; set; }Public Overridable Property InitialValue As Object
	Get
	Set
Property Value
Type: 
ObjectInitial value for this control.
Return Value
Type: 
ObjectThe current initial value for this control.
Remarks
See Also