DataGridEffect Type
Outbound notifications a `DataGridModel` emits when its visible range, selection, focus, sort, or filter changes, plus diagnostic reports.
Union cases
| Union case |
Description
|
Full Usage:
DataGridFilterChanged string option
Parameters:
string option
|
|
Full Usage:
DataGridFocusChanged DataGridFocusedCell option
Parameters:
DataGridFocusedCell option
|
|
Full Usage:
DataGridSelectionChanged string list
Parameters:
string list
|
|
|
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDataGridFilterChanged
Returns: bool
|
|
Full Usage:
this.IsDataGridFocusChanged
Returns: bool
|
|
Full Usage:
this.IsDataGridSelectionChanged
Returns: bool
|
|
Full Usage:
this.IsDataGridSortChanged
Returns: bool
|
|
Full Usage:
this.IsDataGridVisibleRangeChanged
Returns: bool
|
|
Full Usage:
this.IsReportDataGridDiagnostic
Returns: bool
|
|