제목 표시열을 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public CaptionRow CaptionRow { get; }
Visual Basic
Public ReadOnly Property CaptionRow As CaptionRow
	Get
Visual C++
public:
property CaptionRow^ CaptionRow {
	CaptionRow^ get ();
}

Remarks

제목을 설정할 수 있는 인터페이스를 제공합니다.

See Also