interface GridColumnReorderState {
    dragCol: string;
}

Properties

Properties

dragCol: string