HtmlForgeX

API Reference

Enum

TablerServiceConfigDependencyBehavior

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Presentation used for a form field whose dependency is not satisfied.

Inheritance

  • Enum
  • TablerServiceConfigDependencyBehavior

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TablerServiceConfigDependencyBehavior Disable #

Keep the field visible but disable its input controls.

Value: 0
public const TablerServiceConfigDependencyBehavior Hide #

Remove the field from the visual layout and disable its input controls.

Value: 1