新しいセルの作成に使用するテンプレートを取得または設定します。

Namespace: YiaoWang.Windows.Forms
Assembly: YiaoWang.Windows.Forms (YiaoWang.Windows.Forms.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public override DataGridViewCell CellTemplate { get; set; }
Visual Basic
Public Overrides Property CellTemplate As DataGridViewCell
	Get
	Set

Field Value

列に含まれる他のすべてのセルがモデルとする DataGridViewCell。 既定値は null 参照 (Visual Basic では Nothing) です。

Return Value

Remarks

Ensure that the cell used for the template is a CalendarCell.

See Also