Click or drag to resize
FieldCreationArgs Class
Data container of objects necessary for rendering form layout.
Inheritance Hierarchy
SystemObject
  CMS.FormEngine.Web.UIFieldCreationArgs

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class FieldCreationArgs

The FieldCreationArgs type exposes the following members.

Constructors
  NameDescription
Public methodFieldCreationArgs
Top
Properties
  NameDescription
Public propertyAnchorID
ID of form group (category) anchor.
Public propertyCollapsibleImage
Image used for collapsing form groups (categories).
Public propertyFormCategoryInfo
Form category settings.
Public propertyFormFieldInfo
Form field settings.
Top
See Also