Click or drag to resize

GridHeaderClass Class

그리드 헤더를 관리하는 클래스
Inheritance Hierarchy
SystemObject
  Mcc.Series.ControlsGridHeaderClass

Namespace:  Mcc.Series.Controls
Assembly:  Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class GridHeaderClass

The GridHeaderClass type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBandKey
밴드 키
Public propertyColumnStyle
컬럼 스타일
Public propertyComboDisplayStyle
콤보박스 컬럼의 스타일
Public propertyComboValue
콤보박스 컬럼 ValueList
Public propertyFormat
컬럼포멧
Public propertyHAlignCell
데이타의 가로 정렬
Public propertyHidden
숨김여부
Public propertyMaskStyle
컬럼 마스크 스타일
Public propertyName
컬럼 키
Public propertyReadOnly
읽기전용 여부
Public propertyText
컬럼 캡션
Public propertyVAlignCell
데이타의 세로 정렬
Public propertyWidth
넓이
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also