HtmlForgeX

API Reference

Enum

FormActionsPlacement

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

Placement of the form action buttons.

Inheritance

  • Enum
  • FormActionsPlacement

Values

public const FormActionsPlacement Bottom #

Render the actions bar below the form (default).

Value: 0
public const FormActionsPlacement Top #

Render the actions bar above the form.

Value: 1
public const FormActionsPlacement Both #

Render actions both above and below the form.

Value: 2