CellActionManager
Allows you to route cell actions to the grid for processing.
public interface CellActionManagerProperties
Section titled "Properties"IsControlPressed
Section titled "IsControlPressed"IsControlPressed: any IsShiftPressed
Section titled "IsShiftPressed"IsShiftPressed: any Methods
Section titled "Methods"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)
Section titled "CancelEditMode(bool)"CancelEditMode(bool): any CancelEditModeAsync(bool)
Section titled "CancelEditModeAsync(bool)"Notify the grid to cancel edit mode.
CancelEditModeAsync(bool): any ClearFilter()
Section titled "ClearFilter()"ClearFilter(): any ClearFilterAsync()
Section titled "ClearFilterAsync()"Clear the filter on the column associated with the cell.
ClearFilterAsync(): any ClickCell(MouseButton)
Section titled "ClickCell(MouseButton)"ClickCell(MouseButton): any ClickCellAsync(MouseButton)
Section titled "ClickCellAsync(MouseButton)"Notifies the grid that a cell has been clicked.
ClickCellAsync(MouseButton): any ClickExpansionIndicator()
Section titled "ClickExpansionIndicator()"ClickExpansionIndicator(): any ClickExpansionIndicatorAsync()
Section titled "ClickExpansionIndicatorAsync()"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()
Section titled "DisableKeyInput()"DisableKeyInput(): any DisableKeyInputAsync()
Section titled "DisableKeyInputAsync()"Disables key input to the grid.
DisableKeyInputAsync(): any DoubleClicked(MouseButton)
Section titled "DoubleClicked(MouseButton)"DoubleClicked(MouseButton): any DoubleClickedAsync(MouseButton)
Section titled "DoubleClickedAsync(MouseButton)"Notifies the grid that the cell was double clicked
DoubleClickedAsync(MouseButton): any DragStarted()
Section titled "DragStarted()"DragStarted(): any DragStartedAsync()
Section titled "DragStartedAsync()"Notifies the grid that a cell has started a drag.
DragStartedAsync(): any EditorCellLostFocus()
Section titled "EditorCellLostFocus()"EditorCellLostFocus(): any EditorCellLostFocusAsync()
Section titled "EditorCellLostFocusAsync()"Notify the grid that a cell has lost focus.
EditorCellLostFocusAsync(): any EnableKeyInput()
Section titled "EnableKeyInput()"EnableKeyInput(): any EnableKeyInputAsync()
Section titled "EnableKeyInputAsync()"Enable key input to the grid.
EnableKeyInputAsync(): any GetColumnFilterCondition()
Section titled "GetColumnFilterCondition()"GetColumnFilterCondition(): any GetColumnFilterConditionAsync()
Section titled "GetColumnFilterConditionAsync()"Get's the column filter condition associated with the cell's column.
GetColumnFilterConditionAsync(): any GetColumnPropertyType()
Section titled "GetColumnPropertyType()"GetColumnPropertyType(): any GetColumnPropertyTypeAsync()
Section titled "GetColumnPropertyTypeAsync()"Get's the property type associated the cell's column.
GetColumnPropertyTypeAsync(): any IsCellDown()
Section titled "IsCellDown()"IsCellDown(): any IsCellDownAsync()
Section titled "IsCellDownAsync()"Gets if the mouse is down on the current cell.
IsCellDownAsync(): any MouseDownCell(double, double)
Section titled "MouseDownCell(double, double)"MouseDownCell(double, double): any MouseDownCellAsync(double, double)
Section titled "MouseDownCellAsync(double, double)"MouseDownCellAsync(double, double): any MouseEnterCell(double, double)
Section titled "MouseEnterCell(double, double)"MouseEnterCell(double, double): any MouseEnterCellAsync(double, double)
Section titled "MouseEnterCellAsync(double, double)"MouseEnterCellAsync(double, double): any MouseIsOver(double, double)
Section titled "MouseIsOver(double, double)"MouseIsOver(double, double): any MouseIsOverAsync(double, double)
Section titled "MouseIsOverAsync(double, double)"MouseIsOverAsync(double, double): any MouseLeaveCell(double, double)
Section titled "MouseLeaveCell(double, double)"MouseLeaveCell(double, double): any MouseLeaveCellAsync(double, double)
Section titled "MouseLeaveCellAsync(double, double)"MouseLeaveCellAsync(double, double): any MouseUpCell(double, double)
Section titled "MouseUpCell(double, double)"MouseUpCell(double, double): any MouseUpCellAsync(double, double)
Section titled "MouseUpCellAsync(double, double)"MouseUpCellAsync(double, double): any PassCellClone(object)
Section titled "PassCellClone(object)"PassCellClone(object): any PassCellCloneAsync(object)
Section titled "PassCellCloneAsync(object)"Pass Cell Clone to Dragger
PassCellCloneAsync(object): any PointerDownCell()
Section titled "PointerDownCell()"PointerDownCell(): any PointerDownCellAsync()
Section titled "PointerDownCellAsync()"Notifies the grid that a pointer is down on a cell.
PointerDownCellAsync(): any PointerUpCell()
Section titled "PointerUpCell()"PointerUpCell(): any PointerUpCellAsync()
Section titled "PointerUpCellAsync()"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()
Section titled "PreviewPointerDownCell()"PreviewPointerDownCell(): any PreviewPointerDownCellAsync()
Section titled "PreviewPointerDownCellAsync()"Notifies the grid that a pointer is pressing on the cell.
PreviewPointerDownCellAsync(): any PreviewPointerUpCell()
Section titled "PreviewPointerUpCell()"PreviewPointerUpCell(): any PreviewPointerUpCellAsync()
Section titled "PreviewPointerUpCellAsync()"Notifies the grid that a pointer is releasing on a cell.
PreviewPointerUpCellAsync(): any ShouldSkipFocusRetain()
Section titled "ShouldSkipFocusRetain()"ShouldSkipFocusRetain(): any ShouldSkipFocusRetainAsync()
Section titled "ShouldSkipFocusRetainAsync()"ShouldSkipFocusRetainAsync(): any StartEditMode()
Section titled "StartEditMode()"StartEditMode(): any StartEditModeAsync()
Section titled "StartEditModeAsync()"Start edit mode.
StartEditModeAsync(): any UpdateCellEditValue(object)
Section titled "UpdateCellEditValue(object)"UpdateCellEditValue(object): any UpdateCellEditValueAsync(object)
Section titled "UpdateCellEditValueAsync(object)"Provides a way for cells to update the EditorCellModel's EditValue property.
UpdateCellEditValueAsync(object): any