Click or drag to resize

DropDownControlInfo Class

Class contains function for drop down control info handling.
Inheritance Hierarchy
SystemObject
  Dynamicweb.News.Common.FrontendFControlInfo
    Dynamicweb.News.Common.FrontendDropDownControlInfo

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

The DropDownControlInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAdditionalValidator
Gets or sets the additional validator.
(Inherited from FControlInfo.)
Public propertyData
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 propertyTypeID
Stores and retrieves the current control type.
(Inherited from FControlInfo.)
Top
See Also