GroupLayoutInfo

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

상세 설명

LayoutInfo 의 한 종류이다.

예제 코드

{
   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"}
}

프로퍼티 정보

direction



layout 배치 방향

header


header: { visible: boolean; text: string; }

헤더 레이아웃 정보

상세 설명

[속성 목록]

visible - 표시 여부

text - 헤더 텍스트

items



하위 layout 들

name


name: string

layout 명

visible


visible: boolean

표시 여부

width


width: number

셀 너비