GridDragHintTextTemplateContext Properties
Stores information about the Grid component. Serves as thecontext
parameter in DragHintTextTemplate.
Name | Description |
---|---|
DataItems | Returns the collection of currently dragged data items. |
Grid | Provides access to the Grid’s API. |
VisibleIndex | Returns the row’s visible index. |
See Also