Click or drag to resize

PFItemHtmlHelperIsFormPartVisible Method (WebFormPart)

Determines whether a form part is visible or not.

By default, is based on the model settings.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public virtual bool IsFormPartVisible(
	WebFormPart part
)

Parameters

part
Type: Packflow.ModelingWebFormPart

Return Value

Type: Boolean
See Also