Click or drag to resize

PFItemHtmlHelperGetFieldControlMode Method

Gets the control mode of a field.

By default, depends on page mode, if the field is read-only, the current state settings, the section mode, and the content-type synchronization mode.

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 PFFieldControlMode GetFieldControlMode(
	PFField field
)

Parameters

field
Type: Packflow.CorePFField

Return Value

Type: PFFieldControlMode
See Also