RealGrid2 API
Interface
GroupLayoutInfo

GroupLayoutInfo

설정된 레이아웃이 CellLayoutGroupItem 모델일 경우, GridBase.saveColumnLayout() 에서 반환되는 오브젝트

Signature:

export interface GroupLayoutInfo 

Remarks

LayoutInfo 의 한 종류이다.

Example

{
   name: "countryGroup"
   items: [
       {column: "Country", visible: true, width: 100},
       {column: "Phone", visible: true, width: 100}
   ]
   visible: true,
   direction: "horizontal",
   width: 250,
   header: {visible: true, text: "Country Group"}
}

Properties

PropertyModifiersTypeDescription
directionColumnLayoutDirectionlayout 배치 방향
header{ visible: boolean; text: string; }헤더 레이아웃 정보
items(ColumnLayoutInfo | GroupLayoutInfo)[]하위 layout 들
namestringlayout 명
visibleboolean표시 여부
widthnumber셀 너비

Properties Desc

direction

layout 배치 방향

header

헤더 레이아웃 정보

Remarks:

[속성 목록]

visible - 표시 여부

text - 헤더 텍스트

items

하위 layout 들

name

layout 명

visible

표시 여부

width

셀 너비