The following tables list the members exposed by ICellActionManager.
Name | Description | |
---|---|---|
![]() | IsClickActionDesired | Gets if the click action is desired to be reported. |
![]() | IsControlPressed | Gets or sets if the Control key is pressed. |
![]() | IsDrag | Gets if a drag operation is currently underway. |
![]() | IsHoverActionDesired | Gets if the hover action is desired to be reported. |
![]() | IsLeaveActionDesired | Gets if the mouse leave action is desired to be reported. |
![]() | IsMouseDown | Gets if the mouse is currently down. |
![]() | IsPointerDownActionDesired | Gets if the pointer down action is desired to be reported. |
![]() | IsPointerUpActionDesired | Gets if the pointer up action is desired to be reported. |
![]() | IsPreviewPointerDownActionDesired | Gets if the preview pointer down action is desired to be reported. |
![]() | IsPreviewPointerUpActionDesired | Gets if the preview pointer up action is desired to be reported. |
![]() | IsShiftPressed | Gets or sets if the Shift key is pressed. |
![]() | MousePosition | Gets the current down mouse position. |
Name | Description | |
---|---|---|
![]() | ClickCell | Notifies the grid that a cell has been clicked. |
![]() | ClickExpansionIndicator | Notifies the grid that an expansion indicator has been clicked. |
![]() | ColumnFilterChanged | Provides a new column filter condition to associate with the cell's column. |
![]() | ColumnFilterChanging | Provides a new intermediate column filter condition to associate with the cell's column. |
![]() | DragStarted | Notifies the grid that a cell has started a drag. |
![]() | GetColumnFilterCondition | Get's the column filter condition associated with the cell's column. |
![]() | GetColumnPropertyType | Get's the property type associated the cell's column. |
![]() | IsCellDown | Gets if the mouse is down on the current cell. |
![]() | MouseDownCell | Notifies the grid when the mouse is down providing the position. |
![]() | MouseIsOver | Notifies the grid which cell the mouse is over. |
![]() | MouseLeaveCell | Notifies the grid when the mouse has left the cell. |
![]() | MouseUpCell | Notifies the grid when the mouse is raised providing the position. |
![]() | PointerDownCell | Notifies the grid that a pointer is down on a cell. |
![]() | PointerUpCell | Notifies the grid that a pointer is up on a cell. |
![]() | PreviewPointerDownCell | Notifies the grid that a pointer is pressing on the cell. |
![]() | PreviewPointerUpCell | Notifies the grid that a pointer is releasing on a cell. |