Version 20.1 (latest)

ICellActionManager Interface Methods

For a list of all members of this type, see ICellActionManager members.

Public Methods
 NameDescription
 MethodClickCellNotifies the grid that a cell has been clicked.  
 MethodClickExpansionIndicatorNotifies the grid that an expansion indicator has been clicked.  
 MethodColumnFilterChangedProvides a new column filter condition to associate with the cell's column.  
 MethodColumnFilterChangingProvides a new intermediate column filter condition to associate with the cell's column.  
 MethodDragStartedNotifies the grid that a cell has started a drag.  
 MethodGetColumnFilterConditionGet's the column filter condition associated with the cell's column.  
 MethodGetColumnPropertyTypeGet's the property type associated the cell's column.  
 MethodIsCellDownGets if the mouse is down on the current cell.  
 MethodMouseDownCellNotifies the grid when the mouse is down providing the position.  
 MethodMouseIsOverNotifies the grid which cell the mouse is over.  
 MethodMouseLeaveCellNotifies the grid when the mouse has left the cell.  
 MethodMouseUpCellNotifies the grid when the mouse is raised providing the position.  
 MethodPointerDownCellNotifies the grid that a pointer is down on a cell.  
 MethodPointerUpCellNotifies the grid that a pointer is up on a cell.  
 MethodPreviewPointerDownCellNotifies the grid that a pointer is pressing on the cell.  
 MethodPreviewPointerUpCellNotifies the grid that a pointer is releasing on a cell.  
See Also