Interface GridviewOptions

interface GridviewOptions {
    className?: string;
    disableAutoResizing?: boolean;
    hideBorders?: boolean;
    orientation: Orientation;
    proportionalLayout?: boolean;
}

Hierarchy

  • GridviewOptions

    Properties

    className?: string
    disableAutoResizing?: boolean
    hideBorders?: boolean
    orientation: Orientation
    proportionalLayout?: boolean

    Generated using TypeDoc