DataGridMsg Type
Messages driving a `DataGridModel` through `update`: scroll, row select/toggle, cell focus, sort, filter, and row-count replacement.
Union cases
| Union case |
Description
|
Full Usage:
ApplyFilter string option
Parameters:
string option
|
|
|
|
Full Usage:
ReplaceRowCount int
Parameters:
int
|
|
Full Usage:
ScrollRowsTo int
Parameters:
int
|
|
Full Usage:
SelectRow string
Parameters:
string
|
|
Full Usage:
SortBy string
Parameters:
string
|
|
Full Usage:
ToggleRow string
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsApplyFilter
Returns: bool
|
|
Full Usage:
this.IsFocusCell
Returns: bool
|
|
Full Usage:
this.IsReplaceRowCount
Returns: bool
|
|
Full Usage:
this.IsScrollRowsTo
Returns: bool
|
|
Full Usage:
this.IsSelectRow
Returns: bool
|
|
Full Usage:
this.IsSortBy
Returns: bool
|
|
Full Usage:
this.IsToggleRow
Returns: bool
|
|