API Reference
Enum
GeoSelectionTableMode
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
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
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:
0public const GeoSelectionTableMode SourceOnly #Only the source widget applies its own table bindings; other widgets only synchronize highlight/selection.
Value:
1