VisibilityConditionForm Class |
Namespace: Kentico.Forms.Web.Mvc
public class VisibilityConditionForm
The VisibilityConditionForm type exposes the following members.
Name | Description | |
---|---|---|
VisibilityConditionForm |
Name | Description | |
---|---|---|
AvailableVisibilityConditions |
Represents list of all available visibility conditions.
| |
FormComponentInstanceIdentifier |
Gets or sets identifier of the currently edited instance of FormComponentTProperties, TValue.
| |
FormComponents |
Collection of form components used for configuring VisibilityCondition.
| |
FormFieldName |
Gets or sets name of a field the visibility condition belongs to.
| |
FormId |
Gets or sets ID of a biz form whose fields are being edited.
| |
IsVisibilityConditionValid |
Returns true if current visibility condition is valid for current form component.
| |
NotifyFormBuilder |
Decides whether Form builder should be notified about validation of VisibilityCondition configuration.
| |
SelectedVisibilityConditionIdentifier |
Contains value of the selected item in the list represented by AvailableVisibilityConditions.
| |
SelectedVisibilityConditionLocalizedLabel |
Represents localized label for the selected visibility condition dropdown.
| |
VisibilityConditionConfiguration |
Gets or sets VisibilityConditionConfiguration for displaying the form used for VisibilityCondition's configuration.
|