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

    Hierarchy (View Summary)

    Index

    Properties

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

    Padding to left and right of cell content

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

    Font style for selected columns' headers.

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

    Horizontal alignment of content of each cell.

    rowHoverBackgroundColor: string | undefined
    selectionBackgroundColor: string | undefined

    Background color for selected cell(s).

    selectionFont: string | undefined

    Font style for selected cell(s).

    selectionForegroundColor: string | undefined

    Font color for selected cell(s).

    textStrikeThrough: boolean

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

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

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