CellActionManager

Allows you to route cell actions to the grid for processing.

public interface CellActionManager
IsControlPressed: any
IsShiftPressed: any

ApplyCustomFilter(string, int, object)

Section titled "ApplyCustomFilter(string, int, object)"
ApplyCustomFilter(string, int, object): any

ApplyCustomFilterAsync(string, int, object)

Section titled "ApplyCustomFilterAsync(string, int, object)"
ApplyCustomFilterAsync(string, int, object): any

ApplyFilter(ColumnComparisonConditionOperatorType, object)

Section titled "ApplyFilter(ColumnComparisonConditionOperatorType, object)"
ApplyFilter(ColumnComparisonConditionOperatorType, object): any

ApplyFilterAsync(ColumnComparisonConditionOperatorType, object)

Section titled "ApplyFilterAsync(ColumnComparisonConditionOperatorType, object)"
ApplyFilterAsync(ColumnComparisonConditionOperatorType, object): any
CancelEditMode(bool): any

Notify the grid to cancel edit mode.

CancelEditModeAsync(bool): any
ClearFilter(): any

Clear the filter on the column associated with the cell.

ClearFilterAsync(): any
ClickCell(MouseButton): any

Notifies the grid that a cell has been clicked.

ClickCellAsync(MouseButton): any
ClickExpansionIndicator(): any

Notifies the grid that an expansion indicator has been clicked.

ClickExpansionIndicatorAsync(): any

ColumnFilterChanged(IgbColumnFilterCondition)

Section titled "ColumnFilterChanged(IgbColumnFilterCondition)"
ColumnFilterChanged(IgbColumnFilterCondition): any

ColumnFilterChangedAsync(IgbColumnFilterCondition)

Section titled "ColumnFilterChangedAsync(IgbColumnFilterCondition)"

Provides a new column filter condition to associate with the cell's column.

ColumnFilterChangedAsync(IgbColumnFilterCondition): any

ColumnFilterChanging(IgbColumnFilterCondition)

Section titled "ColumnFilterChanging(IgbColumnFilterCondition)"
ColumnFilterChanging(IgbColumnFilterCondition): any

ColumnFilterChangingAsync(IgbColumnFilterCondition)

Section titled "ColumnFilterChangingAsync(IgbColumnFilterCondition)"

Provides a new intermediate column filter condition to associate with the cell's column.

ColumnFilterChangingAsync(IgbColumnFilterCondition): any
DisableKeyInput(): any

Disables key input to the grid.

DisableKeyInputAsync(): any
DoubleClicked(MouseButton): any

Notifies the grid that the cell was double clicked

DoubleClickedAsync(MouseButton): any
DragStarted(): any

Notifies the grid that a cell has started a drag.

DragStartedAsync(): any
EditorCellLostFocus(): any

Notify the grid that a cell has lost focus.

EditorCellLostFocusAsync(): any
EnableKeyInput(): any

Enable key input to the grid.

EnableKeyInputAsync(): any
GetColumnFilterCondition(): any

Get's the column filter condition associated with the cell's column.

GetColumnFilterConditionAsync(): any
GetColumnPropertyType(): any

Get's the property type associated the cell's column.

GetColumnPropertyTypeAsync(): any
IsCellDown(): any

Gets if the mouse is down on the current cell.

IsCellDownAsync(): any
MouseDownCell(double, double): any
MouseDownCellAsync(double, double): any
MouseEnterCell(double, double): any

MouseEnterCellAsync(double, double)

Section titled "MouseEnterCellAsync(double, double)"
MouseEnterCellAsync(double, double): any
MouseIsOver(double, double): any
MouseIsOverAsync(double, double): any
MouseLeaveCell(double, double): any

MouseLeaveCellAsync(double, double)

Section titled "MouseLeaveCellAsync(double, double)"
MouseLeaveCellAsync(double, double): any
MouseUpCell(double, double): any
MouseUpCellAsync(double, double): any
PassCellClone(object): any

Pass Cell Clone to Dragger

PassCellCloneAsync(object): any
PointerDownCell(): any

Notifies the grid that a pointer is down on a cell.

PointerDownCellAsync(): any
PointerUpCell(): any

Notifies the grid that a pointer is up on a cell.

PointerUpCellAsync(): any

PreviewMouseDownCell(bool, bool, MouseButton)

Section titled "PreviewMouseDownCell(bool, bool, MouseButton)"
PreviewMouseDownCell(bool, bool, MouseButton): any

PreviewMouseDownCellAsync(bool, bool, MouseButton)

Section titled "PreviewMouseDownCellAsync(bool, bool, MouseButton)"
PreviewMouseDownCellAsync(bool, bool, MouseButton): any

PreviewMouseUpCell(bool, bool, MouseButton)

Section titled "PreviewMouseUpCell(bool, bool, MouseButton)"
PreviewMouseUpCell(bool, bool, MouseButton): any

PreviewMouseUpCellAsync(bool, bool, MouseButton)

Section titled "PreviewMouseUpCellAsync(bool, bool, MouseButton)"
PreviewMouseUpCellAsync(bool, bool, MouseButton): any
PreviewPointerDownCell(): any

Notifies the grid that a pointer is pressing on the cell.

PreviewPointerDownCellAsync(): any
PreviewPointerUpCell(): any

Notifies the grid that a pointer is releasing on a cell.

PreviewPointerUpCellAsync(): any
ShouldSkipFocusRetain(): any
ShouldSkipFocusRetainAsync(): any
StartEditMode(): any

Start edit mode.

StartEditModeAsync(): any
UpdateCellEditValue(object): any

Provides a way for cells to update the EditorCellModel's EditValue property.

UpdateCellEditValueAsync(object): any