Skip to main content

ContextMenuTarget

Specifies the target options for a context menu in form controls.

Accepted Values

NameValue
None0
Container1
Row2
Column3
Note
  • Container: The context menu targets the entire container.
  • Row: The context menu targets a specific row.
  • Column: The context menu targets a specific column.
  • None: No specific target is set for the context menu.

This enum is serialized using the Newtonsoft.Json library with the StringEnumConverter, allowing the enum values to be represented as strings in JSON.