Geocortex Essentials WPF API Reference for Workflow
GroupBoxFormItem Class |
Represents a group box form item.
Inheritance Hierarchy
SystemObject
Geocortex.Forms.Client.ItemsFormItem
Geocortex.Forms.Client.ItemsContainerFormItem
Geocortex.Forms.Client.ItemsGroupBoxFormItem
Geocortex.Forms.Client.ItemsFormItem
Geocortex.Forms.Client.ItemsContainerFormItem
Geocortex.Forms.Client.ItemsGroupBoxFormItem
Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
The GroupBoxFormItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupBoxFormItem |
Initializes a new instance of the GroupBoxFormItem class.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetKnownTypes |
Get the list of known types this form item uses (that includes all the items in its collection of form item.
(Inherited from ContainerFormItem.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the form item.
(Inherited from ContainerFormItem.) |
Properties
Name | Description | |
---|---|---|
ArgumentName |
Gets or sets the name of the argument that will be used to store the result of this form item.
(Inherited from FormItem.) | |
Description |
Gets or sets the description of the group.
(Inherited from ContainerFormItem.) | |
DisplayName |
Gets the display name of the form item.
(Overrides ContainerFormItemDisplayName.) | |
FormItems |
Gets the collection of FormItem.
(Inherited from ContainerFormItem.) | |
Header |
Gets or sets the header text displayed at the top of the group box.
| |
IsValid |
Gets or sets a value indicating whether this instance is valid.
(Inherited from FormItem.) | |
IsVisible |
Gets or sets a value indicating whether this item is visible.
(Inherited from FormItem.) | |
Item |
Gets the error related to the specified property, if any.
(Inherited from FormItem.) | |
ItemID |
Gets or sets the form item ID.
(Inherited from FormItem.) | |
MaxWidth |
Gets or sets the maximum width of the container.
(Inherited from ContainerFormItem.) | |
Orientation |
Gets or sets the orientation of the form items (Vertical or Horizontal).
(Inherited from ContainerFormItem.) | |
Result |
Gets the result of the form item.
(Inherited from FormItem.) | |
ResultType |
Gets the result type of the form item.
(Inherited from FormItem.) | |
ToolTip |
Gets or sets the tooltip of this form item.
(Inherited from FormItem.) | |
ValidationItems |
Gets the collection of validation items.
(Inherited from FormItem.) | |
VisibleControlID |
Gets or sets the ID of the form item whose value controls the visibility of this item.
(Inherited from ContainerFormItem.) | |
VisibleControlValue |
Gets or sets the value that the visible control form item must have for this item to be visible.
(Inherited from ContainerFormItem.) |
See Also