Member Junction
    Preparing search index...

    Interface MJUserViewEntity_IColumnTextStyle

    Text styling options for grid column headers and cells.

    Used inside MJUserViewEntity_IColumnFormat.headerStyle, MJUserViewEntity_IColumnFormat.cellStyle, and MJUserViewEntity_IColumnConditionalRule.style to control font weight, style, decoration, and color.

    interface MJUserViewEntity_IColumnTextStyle {
        backgroundColor?: string;
        bold?: boolean;
        color?: string;
        italic?: boolean;
        underline?: boolean;
    }
    Index

    Properties

    backgroundColor?: string

    Background color (CSS color value)

    bold?: boolean

    Bold text

    color?: string

    Text color (CSS color value)

    italic?: boolean

    Italic text

    underline?: boolean

    Underlined text