The IColumnDescriptor type exposes the following members.

Properties

  NameDescription
Public propertyCanBeSorted
정렬 가능 여부를 가져옵니다.
Public propertyColumnID
행의 고유 아이디를 가져옵니다.
Public propertyColumnState
마우스 커서에 대한 행의 상태를 가져옵니다.
Public propertyDataType
소유한 셀들이 가질 값의 데이터 타입을 가져옵니다.
Public propertyDisplayIndex
행이 화면에 표시되는 순서를 가져옵니다.
Public propertyEditingType
셀을 편집하는 방식을 가져옵니다.
Public propertyIndex
그리드 컨트롤에 종속된 순서를 가져옵니다.
Public propertyIsFrozen
수평 스크롤시 스크롤에 적용 여부를 가져옵니다.
Public propertyIsFullSelected
소유한 셀들이 모두 선택되어 있는지에 대한 여부를 가져옵니다.
Public propertyIsGrouped
행의 그룹핑 기능이 적용되었는지에 대한 여부를 가져옵니다.
Public propertyIsMovable
행의 위치 이동 여부를 가져옵니다.
Public propertyIsReadOnly
행이 읽기 전용인지에 대한 여부를 가져옵니다.
Public propertyIsResizable
행의 너비 조절 여부를 가져옵니다.
Public propertyIsSelected
소유한 셀들의 선택 여부를 가져옵니다.
Public propertyIsVisible
행의 표시 여부를 가져옵니다.
Public propertyMaxWidth
행의 최대 너비를 가져옵니다.
Public propertyMinWidth
행의 최소 너비를 가져옵니다.
Public propertyName
행의 이름을 가져옵니다.
Public propertySortType
행의 정렬방식을 가져옵니다.
Public propertyTag
행의 대한 사용자 정의 데이터를 가져옵니다.
Public propertyTitle
표시할 행의 제목을 가져옵니다.
Public propertyTooltip
행의 툴팁을 가져옵니다.
Public propertyVisibleIndex
행이 표시되는 순서를 가져옵니다.
Public propertyWidth
행의 너비를 가져옵니다.

See Also