Click or drag to resize

FControlInfo Class

Class contains function for information control handling.
Inheritance Hierarchy

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

The FControlInfo type exposes the following members.

Constructors
  NameDescription
Public methodFControlInfo(String, Int32, Boolean)
Constructor for FControlInfo class.
Public methodFControlInfo(String, Int32, Boolean, FrontendControlValidator)
Initializes a new instance of the FControlInfo class.
Public methodFControlInfo(String, Int32, Boolean, Boolean)
Initializes a new instance of the FControlInfo class.
Top
Properties
  NameDescription
Public propertyAdditionalValidator
Gets or sets the additional validator.
Public propertyEnableClientValidation
Determines whether the current must be client validated.
Public propertyIsDropDown
Determines whether the current control is DropDown.
Public propertyRequired
Determines whether the current control is required to fill.
Public propertySystemName
Stores and retrieves full system name of control.
Public propertyTypeID
Stores and retrieves the current control type.
Top
Remarks