Logo FS-Skia-UI

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

DataGridFilterChanged string option

Full Usage: DataGridFilterChanged string option

Parameters:
    Item : string option

Item : string option

DataGridFocusChanged DataGridFocusedCell option

Full Usage: DataGridFocusChanged DataGridFocusedCell option

Parameters:
Item : DataGridFocusedCell option

DataGridSelectionChanged string list

Full Usage: DataGridSelectionChanged string list

Parameters:
    Item : string list

Item : string list

DataGridSortChanged DataGridSort option

Full Usage: DataGridSortChanged DataGridSort option

Parameters:
Item : DataGridSort option

DataGridVisibleRangeChanged VisibleRange

Full Usage: DataGridVisibleRangeChanged VisibleRange

Parameters:

ReportDataGridDiagnostic ControlDiagnostic

Full Usage: ReportDataGridDiagnostic ControlDiagnostic

Parameters:

Instance members

Instance member Description

this.IsDataGridFilterChanged

Full Usage: this.IsDataGridFilterChanged

Returns: bool
Returns: bool

this.IsDataGridFocusChanged

Full Usage: this.IsDataGridFocusChanged

Returns: bool
Returns: bool

this.IsDataGridSelectionChanged

Full Usage: this.IsDataGridSelectionChanged

Returns: bool
Returns: bool

this.IsDataGridSortChanged

Full Usage: this.IsDataGridSortChanged

Returns: bool
Returns: bool

this.IsDataGridVisibleRangeChanged

Full Usage: this.IsDataGridVisibleRangeChanged

Returns: bool
Returns: bool

this.IsReportDataGridDiagnostic

Full Usage: this.IsReportDataGridDiagnostic

Returns: bool
Returns: bool

Type something to start searching.