interface GridProIconSlotsComponent {
    columnMenuPinLeftIcon: JSXElementConstructor<any>;
    columnMenuPinRightIcon: JSXElementConstructor<any>;
}

Hierarchy (view full)

Properties

columnMenuPinLeftIcon: JSXElementConstructor<any>

Icon displayed in column menu for left pinning

GridPushPinLeftIcon
columnMenuPinRightIcon: JSXElementConstructor<any>

Icon displayed in column menu for right pinning

GridPushPinRightIcon