RevGrid - v0.9.3
    Preparing search index...
    interface RevSimpleOnlyGridSettings {
        cellFocusedBorderColor: undefined | string;
        cellHoverBackgroundColor: undefined | string;
        cellPadding: number;
        columnHeaderBackgroundColor: undefined | string;
        columnHeaderFont: undefined | string;
        columnHeaderForegroundColor: undefined | string;
        columnHeaderHorizontalAlign: RevHorizontalAlign;
        columnHeaderHorizontalAlignId: RevHorizontalAlignId;
        columnHeaderSelectionBackgroundColor: undefined | string;
        columnHeaderSelectionFont: undefined | string;
        columnHeaderSelectionForegroundColor: undefined | string;
        columnHoverBackgroundColor: undefined | string;
        font: string;
        horizontalAlign: RevHorizontalAlign;
        horizontalAlignId: RevHorizontalAlignId;
        rowHoverBackgroundColor: undefined | string;
        selectionBackgroundColor: undefined | string;
        selectionFont: undefined | string;
        selectionForegroundColor: undefined | string;
        textStrikeThrough: boolean;
        textTruncateType: undefined | RevTextTruncateType;
        textTruncateTypeId: undefined | RevTextTruncateTypeId;
        verticalOffset: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cellFocusedBorderColor: undefined | string
    cellHoverBackgroundColor: undefined | string
    cellPadding: number

    Padding to left and right of cell content

    columnHeaderBackgroundColor: undefined | string
    columnHeaderFont: undefined | string
    columnHeaderForegroundColor: undefined | string
    columnHeaderHorizontalAlign: RevHorizontalAlign
    columnHeaderHorizontalAlignId: RevHorizontalAlignId
    columnHeaderSelectionBackgroundColor: undefined | string
    columnHeaderSelectionFont: undefined | string

    Font style for selected columns' headers.

    columnHeaderSelectionForegroundColor: undefined | string
    columnHoverBackgroundColor: undefined | string
    font: string
    horizontalAlign: RevHorizontalAlign
    horizontalAlignId: RevHorizontalAlignId

    Horizontal alignment of content of each cell.

    rowHoverBackgroundColor: undefined | string
    selectionBackgroundColor: undefined | string

    Background color for selected cell(s).

    selectionFont: undefined | string

    Font style for selected cell(s).

    selectionForegroundColor: undefined | string

    Font color for selected cell(s).

    textStrikeThrough: boolean

    Display cell font with strike-through line drawn over it.

    textTruncateType: undefined | RevTextTruncateType
    textTruncateTypeId: undefined | RevTextTruncateTypeId
    verticalOffset: number

    Vertical offset from top of cell of content of each cell.