RevoGrid Documentation v4.26.2 / RowResizeCancelReason
Type Alias: RowResizeCancelReason
ts
type RowResizeCancelReason:
| "escape"
| "pointercancel"
| "blur"
| "destroy"
| "config-change"
| "data-change"
| "row-headers-hidden";