[]
셀 요소에는 CheckBoxCellType, TextCellType, ButtonCellType, ComboBoxCellType, HyperLinkCellType가 있습니다.
TextCellType은 속성이나 자식 요소가 없습니다.
CheckBoxCellType 요소는 자식 요소가 없습니다. 다음 표는 CheckBoxCellType 요소의 속성들을 나열한 것입니다.
속성 | API 레퍼런스 | 타입 |
---|---|---|
caption |
|
|
isThreeState |
|
|
textAlign |
|
|
textFalse |
|
|
textIndeterminate |
|
|
textTrue |
|
|
ButtonCellType 요소는 자식 요소가 없습니다. 다음 표는 ButtonCellType 요소의 속성들을 나열한 것입니다.
속성 | API 레퍼런스 | 타입 |
---|---|---|
buttonBackColor |
|
|
marginBottom |
|
|
marginLeft |
|
|
marginRight |
|
|
marginTop |
|
|
text |
|
|
ComboBoxCellType 요소는 다음 속성을 가집니다.
속성 | API 레퍼런스 | 타입 |
---|---|---|
editorValueType |
|
|
ComboBoxCellType 요소는 다음 자식 요소를 가집니다.
자식 요소 | API 레퍼런스 | 개수 | 타입 |
---|---|---|---|
item |
|
|
|
다음 코드 예제는 item 요소를 사용합니다.
<column>
<default-style>
<combobox-cell-type EditorValueType="Value">
<item value="11" text="aa"></item>
<item value="22" text="bb"></item>
<item value="33" text="cc"></item>
<item value="44" text="dd"></item>
</combobox-cell-type>
</default-style>
</column>
HyperLinkCellType 요소는 자식 요소가 없습니다. 다음 표는 HyperLinkCellType 요소의 속성들을 나열한 것입니다.
속성 | API 레퍼런스 | 타입 |
---|---|---|
linkColor |
|
|
linkToolTip |
|
|
text |
|
|
visitedLinkColor |
|
|