Click or drag to resize

RadioButtonListControlInfo Class

Class contains functions for radio button list control info handling.
Inheritance Hierarchy
SystemObject
  Dynamicweb.News.Common.FrontendFControlInfo
    Dynamicweb.News.Common.FrontendRadioButtonListControlInfo

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class RadioButtonListControlInfo : FControlInfo

The RadioButtonListControlInfo type exposes the following members.

Constructors
  NameDescription
Public methodRadioButtonListControlInfo(String, DictionaryString, String)
Initializes a new instance of the RadioButtonListControlInfo class.
Public methodRadioButtonListControlInfo(String, DictionaryString, String, ConstantsRadioButtonListType)
Initializes a new instance of the RadioButtonListControlInfo class.
Public methodRadioButtonListControlInfo(String, DictionaryString, String, FrontendControlValidator)
Initializes a new instance of the RadioButtonListControlInfo class.
Public methodRadioButtonListControlInfo(String, DictionaryString, String, FrontendControlValidator, ConstantsRadioButtonListType)
Initializes a new instance of the RadioButtonListControlInfo class.
Top
Properties
  NameDescription
Public propertyAdditionalValidator
Gets or sets the additional validator.
(Inherited from FControlInfo.)
Public propertyData
Gets the data.
Public propertyEnableClientValidation
Determines whether the current must be client validated.
(Inherited from FControlInfo.)
Public propertyIsDropDown
Determines whether the current control is DropDown.
(Inherited from FControlInfo.)
Public propertyRequired
Determines whether the current control is required to fill.
(Inherited from FControlInfo.)
Public propertySystemName
Stores and retrieves full system name of control.
(Inherited from FControlInfo.)
Public propertyType
Gets the type.
Public propertyTypeID
Stores and retrieves the current control type.
(Inherited from FControlInfo.)
Top
See Also