Logo FS-Skia-UI

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

ApplyFilter string option

Full Usage: ApplyFilter string option

Parameters:
    Item : string option

Item : string option

FocusCell DataGridFocusedCell option

Full Usage: FocusCell DataGridFocusedCell option

Parameters:
Item : DataGridFocusedCell option

ReplaceRowCount int

Full Usage: ReplaceRowCount int

Parameters:
    Item : int

Item : int

ScrollRowsTo int

Full Usage: ScrollRowsTo int

Parameters:
    Item : int

Item : int

SelectRow string

Full Usage: SelectRow string

Parameters:
    Item : string

Item : string

SortBy string

Full Usage: SortBy string

Parameters:
    Item : string

Item : string

ToggleRow string

Full Usage: ToggleRow string

Parameters:
    Item : string

Item : string

Instance members

Instance member Description

this.IsApplyFilter

Full Usage: this.IsApplyFilter

Returns: bool
Returns: bool

this.IsFocusCell

Full Usage: this.IsFocusCell

Returns: bool
Returns: bool

this.IsReplaceRowCount

Full Usage: this.IsReplaceRowCount

Returns: bool
Returns: bool

this.IsScrollRowsTo

Full Usage: this.IsScrollRowsTo

Returns: bool
Returns: bool

this.IsSelectRow

Full Usage: this.IsSelectRow

Returns: bool
Returns: bool

this.IsSortBy

Full Usage: this.IsSortBy

Returns: bool
Returns: bool

this.IsToggleRow

Full Usage: this.IsToggleRow

Returns: bool
Returns: bool

Type something to start searching.