型・APIリファレンス
    Preparing search index...

    Interface TreeGridParts

    TreeGrid表示パーツ

    interface TreeGridParts {
        columnInfo: ColumnInfo;
        cssClassName?: string;
        iconTag?: string;
        partsRuntimeId: string;
        title?: string;
        treeGridName: string;
        type: TopViewPartsType;
    }

    Hierarchy

    • TopViewPartsBase
      • TreeGridParts
    Index

    Properties

    columnInfo: ColumnInfo

    列情報

    cssClassName?: string

    CSSクラス名

    iconTag?: string

    アイコンタグ

    partsRuntimeId: string

    PartsRuntimeID

    title?: string

    タイトル

    treeGridName: string

    TreeGrid名

    TopViewPartsタイプ