GroupBoxFormItem Class
Represents a group box form item.
Inheritance Hierarchy

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
[ContentPropertyAttribute("FormItems")]
public class GroupBoxFormItem : ContainerFormItem

The GroupBoxFormItem type exposes the following members.

Constructors
  NameDescription
Public methodGroupBoxFormItem
Initializes a new instance of the GroupBoxFormItem class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKnownTypes
Get the list of known types this form item uses (that includes all the items in its collection of form item.
(Inherited from ContainerFormItem.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the form item.
(Inherited from ContainerFormItem.)
Top
Properties
  NameDescription
Public propertyArgumentName
Gets or sets the name of the argument that will be used to store the result of this form item.
(Inherited from FormItem.)
Public propertyDescription
Gets or sets the description of the group.
(Inherited from ContainerFormItem.)
Public propertyDisplayName
Gets the display name of the form item.
(Overrides ContainerFormItemDisplayName.)
Public propertyFormItems
Gets the collection of FormItem.
(Inherited from ContainerFormItem.)
Public propertyHeader
Gets or sets the header text displayed at the top of the group box.
Public propertyIsValid
Gets or sets a value indicating whether this instance is valid.
(Inherited from FormItem.)
Public propertyIsVisible
Gets or sets a value indicating whether this item is visible.
(Inherited from FormItem.)
Public propertyItem
Gets the error related to the specified property, if any.
(Inherited from FormItem.)
Public propertyItemID
Gets or sets the form item ID.
(Inherited from FormItem.)
Public propertyMaxWidth
Gets or sets the maximum width of the container.
(Inherited from ContainerFormItem.)
Public propertyOrientation
Gets or sets the orientation of the form items (Vertical or Horizontal).
(Inherited from ContainerFormItem.)
Public propertyResult
Gets the result of the form item.
(Inherited from FormItem.)
Public propertyResultType
Gets the result type of the form item.
(Inherited from FormItem.)
Public propertyToolTip
Gets or sets the tooltip of this form item.
(Inherited from FormItem.)
Public propertyValidationItems
Gets the collection of validation items.
(Inherited from FormItem.)
Public propertyVisibleControlID
Gets or sets the ID of the form item whose value controls the visibility of this item.
(Inherited from ContainerFormItem.)
Public propertyVisibleControlValue
Gets or sets the value that the visible control form item must have for this item to be visible.
(Inherited from ContainerFormItem.)
Top
See Also