HtmlForgeX

API Reference

Enum

GeoSelectionTableMode

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

Controls whether geo selection events (within the same GeoGroup) should trigger DataTables filtering on subscribers, or only on the component that initiated the selection.

Inheritance

  • Enum
  • GeoSelectionTableMode

Values

public const GeoSelectionTableMode All #

Default: a selection event can trigger table filtering across all geo widgets in the same group (depending on their configured bindings).

Value: 0
public const GeoSelectionTableMode SourceOnly #

Only the source widget applies its own table bindings; other widgets only synchronize highlight/selection.

Value: 1