Skip to content

HideOnUpdateAttribute constructor

Controls whether this field is visible in edit record mode.

public HideOnUpdateAttribute(bool value = true)
parameter description
value True to hide the field on update.

Remarks

When placed on a field, this attribute controls whether the field is hidden when editing an existing record.

See Also