@mendix/extensions-api - v0.2.4
    Preparing search index...

    Interface GridColumn

    interface GridColumn {
        $CreationOptions?: GridColumnCreationOptions;
        $ID: string;
        $Type: "Pages$GridColumn";
        aggregateCaption: Text;
        aggregateFunction: AggregateFunction;
        appearance: Appearance;
        attributeRef: null | AttributeRef;
        caption: Text;
        editable: boolean;
        formattingInfo: FormattingInfo;
        name: string;
        showTooltip: boolean;
        width: number;
        delete(): void;
        getContainer(): ColumnGrid;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: GridColumnCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$GridColumn"

    The type of the element.

    aggregateCaption: Text
    aggregateFunction: AggregateFunction
    appearance: Appearance
    attributeRef: null | AttributeRef
    caption: Text
    editable: boolean
    formattingInfo: FormattingInfo
    name: string
    showTooltip: boolean
    width: number

    Methods

    • Returns void